Html Css Color HEX #F24028 Red Orange

📋 copy color: '#F24028'

red 242 ◦ green 64 ◦ blue 40

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

Shades of Red Orange #F24028

Tints of Red Orange #F24028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.5%

 BLUE value IS 40 (16.02% from 255) = 11.56%

R = 69.94%
G = 18.5%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F24028 (or 0xF24028) is known color: Red Orange. HEX triplet: F2, 40 and 28. RGB value is (242,64,40). Sum of RGB (Red+Green+Blue) = 242+64+40=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F24028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24028 is #0DBFD7. Grayscale: #727272. Windows color (decimal): -901080 or 2638066. OLE color: 2638066.

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

Color convert

RGB 242 64 40 -
CMYK 0 0.74 0.83 0.05
HSL 7.13º 0.89% 0.55% -
HSV(B) 7.13º 0.83% 0.95% -
XYZ 38.83 22.7 4.34 -
YUV 114.49 85.97 218.95 -
System Red Green Blue C M Y K H S L
Decimal 242 64 40 0 0.74 0.83 0.05 7.13 0.89 0.55
Hex F2 40 28 0 4A 53 5 7 59 37
Octal 362 100 50 0 112 123 5 7 131 67
Binary 11110010 1000000 101000 0 1001010 1010011 101 111 1011001 110111

Color Harmonies of #F24028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24028

Black with #F24028

Text Example


Text Example

White with #F24028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24028; }

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

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

background-color css

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

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

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

border-color css

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

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

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