Html Css Color HEX #F04D42 Sunset Orange

📋 copy color: '#F04D42'

red 240 ◦ green 77 ◦ blue 66

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

Shades of Sunset Orange #F04D42

Tints of Sunset Orange #F04D42

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.1%

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

R = 62.66%
G = 20.1%
B = 17.23%

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

#F04D42 (or 0xF04D42) is known color: Sunset Orange. HEX triplet: F0, 4D and 42. RGB value is (240,77,66). Sum of RGB (Red+Green+Blue) = 240+77+66=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04D42 is #0FB2BD. Grayscale: #7C7C7C. Windows color (decimal): -1028798 or 4345328. OLE color: 4345328.

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

Color convert

RGB 240 77 66 -
CMYK 0 0.68 0.72 0.06
HSL 3.79º 0.85% 0.6% -
HSV(B) 3.79º 0.73% 0.94% -
XYZ 39.57 24.23 7.74 -
YUV 124.48 95 210.39 -
System Red Green Blue C M Y K H S L
Decimal 240 77 66 0 0.68 0.72 0.06 3.79 0.85 0.6
Hex F0 4D 42 0 44 48 6 4 55 3C
Octal 360 115 102 0 104 110 6 4 125 74
Binary 11110000 1001101 1000010 0 1000100 1001000 110 100 1010101 111100

Color Harmonies of #F04D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D42

Black with #F04D42

Text Example


Text Example

White with #F04D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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