Html Css Color HEX #F24C40 Sunset Orange

📋 copy color: '#F24C40'

red 242 ◦ green 76 ◦ blue 64

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

Shades of Sunset Orange #F24C40

Tints of Sunset Orange #F24C40

RGB

 RED value IS 242 (94.92% from 255) = 63.35%

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

 BLUE value IS 64 (25.39% from 255) = 16.75%

R = 63.35%
G = 19.9%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F24C40 (or 0xF24C40) is known color: Sunset Orange. HEX triplet: F2, 4C and 40. RGB value is (242,76,64). Sum of RGB (Red+Green+Blue) = 242+76+64=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24C40 is #0DB3BF. Grayscale: #7C7C7C. Windows color (decimal): -897984 or 4214002. OLE color: 4214002.

HSL color Cylindrical-coordinate representation of color #F24C40: hue angle of 4.04º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F24C40 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 76 64 -
CMYK 0 0.69 0.74 0.05
HSL 4.04º 0.87% 0.6% -
HSV(B) 4.04º 0.74% 0.95% -
XYZ 40.13 24.42 7.45 -
YUV 124.27 94 211.98 -
System Red Green Blue C M Y K H S L
Decimal 242 76 64 0 0.69 0.74 0.05 4.04 0.87 0.6
Hex F2 4C 40 0 45 4A 5 4 57 3C
Octal 362 114 100 0 105 112 5 4 127 74
Binary 11110010 1001100 1000000 0 1000101 1001010 101 100 1010111 111100

Color Harmonies of #F24C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24C40

Black with #F24C40

Text Example


Text Example

White with #F24C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24C40; }

 p { color: rgb(242,76,64); }

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

background-color css

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

 a { background-color: rgb(242,76,64); }

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

border-color css

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

 span { border-color: rgb(242,76,64); }

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