#F3925C

Color #F3925C Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #F3925C

Tints of Crusta #F3925C

Color information

#F3925C (or 0xF3925C) is unknown color: approx Crusta. HEX triplet: F3, 92 and 5C. RGB value is (243,146,92). Sum of RGB (Red+Green+Blue) = 243+146+92=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F3925C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3925C is #0C6DA3. Grayscale: #A9A9A9. Windows color (decimal): -814500 or 6066931. OLE color: 6066931.

HSL color Cylindrical-coordinate representation of color #F3925C: hue angle of 21.46º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3925C is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB24314692-
CMYK00.400.620.05
HSL21.46º86.29%65.69%-
HSV(B)21.46º62.14%95.29%-
XYZ49.1740.3915.33-
YUV168.8584.64180.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 50.52%
GREEN value IS 146 (57.42% from 255) = 30.35%
BLUE value IS 92 (36.33% from 255) = 19.13%
R=50.52%
G=30.35%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431469200.400.620.0521.4686.2965.69
HexF3925C0283E5155642
Octal36322213405076525126102
Binary1111001110010010101110001010001111101011010110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3925C; }

 p { color: rgb(243,146,92); }

 H1.HeaderClassName
 {
   color: #F3925C;
 }
 .AnyTagClassName
 {
   color: #F3925C;
 }
</style>
background-color css

<style>
 a { background-color: #F3925C; }

 a { background-color: rgb(243,146,92); }

 div.DivClassName
 {
   background-color: #F3925C;
 }
 .BgClassName
 {
   background-color: #F3925C;
 }
</style>
border-color css

<style>
 span { border-color: #F3925C; }

 span { border-color: rgb(243,146,92); }

 td.TdClassName
 {
   border-color: #F3925C;
 }
 .TagClassName
 {
   border-color: #F3925C;
 }
</style>