Html Css Color HEX #F04F42 Sunset Orange

📋 copy color: '#F04F42'

red 240 ◦ green 79 ◦ blue 66

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

Shades of Sunset Orange #F04F42

Tints of Sunset Orange #F04F42

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.52%

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

R = 62.34%
G = 20.52%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F04F42 (or 0xF04F42) is known color: Sunset Orange. HEX triplet: F0, 4F and 42. RGB value is (240,79,66). Sum of RGB (Red+Green+Blue) = 240+79+66=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04F42 is #0FB0BD. Grayscale: #7D7D7D. Windows color (decimal): -1028286 or 4345840. OLE color: 4345840.

HSL color Cylindrical-coordinate representation of color #F04F42: hue angle of 4.48º 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 #F04F42 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 79 66 -
CMYK 0 0.67 0.72 0.06
HSL 4.48º 0.85% 0.6% -
HSV(B) 4.48º 0.73% 0.94% -
XYZ 39.71 24.51 7.79 -
YUV 125.66 94.34 209.56 -
System Red Green Blue C M Y K H S L
Decimal 240 79 66 0 0.67 0.72 0.06 4.48 0.85 0.6
Hex F0 4F 42 0 43 48 6 4 55 3C
Octal 360 117 102 0 103 110 6 4 125 74
Binary 11110000 1001111 1000010 0 1000011 1001000 110 100 1010101 111100

Color Harmonies of #F04F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F42

Black with #F04F42

Text Example


Text Example

White with #F04F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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