Html Css Color HEX #F04742 Sunset Orange

📋 copy color: '#F04742'

red 240 ◦ green 71 ◦ blue 66

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

Shades of Sunset Orange #F04742

Tints of Sunset Orange #F04742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.83%

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

R = 63.66%
G = 18.83%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F04742 (or 0xF04742) is known color: Sunset Orange. HEX triplet: F0, 47 and 42. RGB value is (240,71,66). Sum of RGB (Red+Green+Blue) = 240+71+66=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F04742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04742 is #0FB8BD. Grayscale: #797979. Windows color (decimal): -1030334 or 4343792. OLE color: 4343792.

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

Color convert

RGB 240 71 66 -
CMYK 0 0.70 0.72 0.06
HSL 1.72º 0.85% 0.6% -
HSV(B) 1.72º 0.73% 0.94% -
XYZ 39.17 23.43 7.61 -
YUV 120.96 96.99 212.91 -
System Red Green Blue C M Y K H S L
Decimal 240 71 66 0 0.70 0.72 0.06 1.72 0.85 0.6
Hex F0 47 42 0 46 48 6 2 55 3C
Octal 360 107 102 0 106 110 6 2 125 74
Binary 11110000 1000111 1000010 0 1000110 1001000 110 10 1010101 111100

Color Harmonies of #F04742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04742

Black with #F04742

Text Example


Text Example

White with #F04742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04742; }

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

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

background-color css

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

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

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

border-color css

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

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

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