Html Css Color HEX #F04C42 Sunset Orange

📋 copy color: '#F04C42'

red 240 ◦ green 76 ◦ blue 66

#F04C42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunset Orange #F04C42

Tints of Sunset Orange #F04C42

RGB

 RED value IS 240 (94.14% from 255) = 62.83%

 GREEN value IS 76 (30.08% from 255) = 19.9%

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 62.83%
G = 19.9%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F04C42 (or 0xF04C42) is known color: Sunset Orange. HEX triplet: F0, 4C and 42. RGB value is (240,76,66). Sum of RGB (Red+Green+Blue) = 240+76+66=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C42 is #0FB3BD. Grayscale: #7C7C7C. Windows color (decimal): -1029054 or 4345072. OLE color: 4345072.

HSL color Cylindrical-coordinate representation of color #F04C42: hue angle of 3.45º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04C42 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 76 66 -
CMYK 0 0.68 0.72 0.06
HSL 3.45º 0.85% 0.6% -
HSV(B) 3.45º 0.73% 0.94% -
XYZ 39.5 24.09 7.72 -
YUV 123.9 95.33 210.81 -
System Red Green Blue C M Y K H S L
Decimal 240 76 66 0 0.68 0.72 0.06 3.45 0.85 0.6
Hex F0 4C 42 0 44 48 6 3 55 3C
Octal 360 114 102 0 104 110 6 3 125 74
Binary 11110000 1001100 1000010 0 1000100 1001000 110 11 1010101 111100

Color Harmonies of #F04C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C42

Black with #F04C42

Text Example


Text Example

White with #F04C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C42; }

 p { color: rgb(240,76,66); }

 H1.HeaderClassName
 {
   color: #F04C42;
 }
 .AnyTagClassName
 {
   color: #F04C42;
 }
</style>

background-color css

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

 a { background-color: rgb(240,76,66); }

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

border-color css

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

 span { border-color: rgb(240,76,66); }

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