Html Css Color HEX #F24027 Red Orange

📋 copy color: '#F24027'

red 242 ◦ green 64 ◦ blue 39

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

Shades of Red Orange #F24027

Tints of Red Orange #F24027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 70.14%
G = 18.55%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F24027 (or 0xF24027) is known color: Red Orange. HEX triplet: F2, 40 and 27. RGB value is (242,64,39). Sum of RGB (Red+Green+Blue) = 242+64+39=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F24027 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24027 is #0DBFD8. Grayscale: #727272. Windows color (decimal): -901081 or 2572530. OLE color: 2572530.

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

Color convert

RGB 242 64 39 -
CMYK 0 0.74 0.84 0.05
HSL 7.39º 0.89% 0.55% -
HSV(B) 7.39º 0.84% 0.95% -
XYZ 38.82 22.69 4.25 -
YUV 114.37 85.47 219.03 -
System Red Green Blue C M Y K H S L
Decimal 242 64 39 0 0.74 0.84 0.05 7.39 0.89 0.55
Hex F2 40 27 0 4A 54 5 7 59 37
Octal 362 100 47 0 112 124 5 7 131 67
Binary 11110010 1000000 100111 0 1001010 1010100 101 111 1011001 110111

Color Harmonies of #F24027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24027

Black with #F24027

Text Example


Text Example

White with #F24027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24027; }

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

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

background-color css

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

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

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

border-color css

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

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

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