Html Css Color HEX #F04A42 Sunset Orange

📋 copy color: '#F04A42'

red 240 ◦ green 74 ◦ blue 66

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

Shades of Sunset Orange #F04A42

Tints of Sunset Orange #F04A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.47%

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

R = 63.16%
G = 19.47%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#F04A42 (or 0xF04A42) is known color: Sunset Orange. HEX triplet: F0, 4A and 42. RGB value is (240,74,66). Sum of RGB (Red+Green+Blue) = 240+74+66=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A42 is #0FB5BD. Grayscale: #7A7A7A. Windows color (decimal): -1029566 or 4344560. OLE color: 4344560.

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

Color convert

RGB 240 74 66 -
CMYK 0 0.69 0.72 0.06
HSL 2.76º 0.85% 0.6% -
HSV(B) 2.76º 0.73% 0.94% -
XYZ 39.37 23.82 7.68 -
YUV 122.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 240 74 66 0 0.69 0.72 0.06 2.76 0.85 0.6
Hex F0 4A 42 0 45 48 6 3 55 3C
Octal 360 112 102 0 105 110 6 3 125 74
Binary 11110000 1001010 1000010 0 1000101 1001000 110 11 1010101 111100

Color Harmonies of #F04A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A42

Black with #F04A42

Text Example


Text Example

White with #F04A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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