Html Css Color HEX #F24227 Red Orange

📋 copy color: '#F24227'

red 242 ◦ green 66 ◦ blue 39

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

Shades of Red Orange #F24227

Tints of Red Orange #F24227

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.02%

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

R = 69.74%
G = 19.02%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F24227 (or 0xF24227) is known color: Red Orange. HEX triplet: F2, 42 and 27. RGB value is (242,66,39). Sum of RGB (Red+Green+Blue) = 242+66+39=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F24227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24227 is #0DBDD8. Grayscale: #737373. Windows color (decimal): -900569 or 2573042. OLE color: 2573042.

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

Color convert

RGB 242 66 39 -
CMYK 0 0.73 0.84 0.05
HSL 7.98º 0.89% 0.55% -
HSV(B) 7.98º 0.84% 0.95% -
XYZ 38.93 22.92 4.29 -
YUV 115.55 84.81 218.2 -
System Red Green Blue C M Y K H S L
Decimal 242 66 39 0 0.73 0.84 0.05 7.98 0.89 0.55
Hex F2 42 27 0 49 54 5 8 59 37
Octal 362 102 47 0 111 124 5 10 131 67
Binary 11110010 1000010 100111 0 1001001 1010100 101 1000 1011001 110111

Color Harmonies of #F24227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24227

Black with #F24227

Text Example


Text Example

White with #F24227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24227; }

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

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

background-color css

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

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

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

border-color css

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

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

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