Html Css Color HEX #F24029 Red Orange

📋 copy color: '#F24029'

red 242 ◦ green 64 ◦ blue 41

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

Shades of Red Orange #F24029

Tints of Red Orange #F24029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.82%

R = 69.74%
G = 18.44%
B = 11.82%

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

#F24029 (or 0xF24029) is known color: Red Orange. HEX triplet: F2, 40 and 29. RGB value is (242,64,41). Sum of RGB (Red+Green+Blue) = 242+64+41=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F24029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24029 is #0DBFD6. Grayscale: #727272. Windows color (decimal): -901079 or 2703602. OLE color: 2703602.

HSL color Cylindrical-coordinate representation of color #F24029: hue angle of 6.87º 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 #F24029 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 64 41 -
CMYK 0 0.74 0.83 0.05
HSL 6.87º 0.89% 0.55% -
HSV(B) 6.87º 0.83% 0.95% -
XYZ 38.85 22.7 4.43 -
YUV 114.6 86.47 218.87 -
System Red Green Blue C M Y K H S L
Decimal 242 64 41 0 0.74 0.83 0.05 6.87 0.89 0.55
Hex F2 40 29 0 4A 53 5 7 59 37
Octal 362 100 51 0 112 123 5 7 131 67
Binary 11110010 1000000 101001 0 1001010 1010011 101 111 1011001 110111

Color Harmonies of #F24029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24029

Black with #F24029

Text Example


Text Example

White with #F24029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24029; }

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

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

background-color css

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

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

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

border-color css

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

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

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