Html Css Color HEX #F24228 Red Orange

📋 copy color: '#F24228'

red 242 ◦ green 66 ◦ blue 40

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

Shades of Red Orange #F24228

Tints of Red Orange #F24228

RGB

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

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

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

R = 69.54%
G = 18.97%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F24228 (or 0xF24228) is known color: Red Orange. HEX triplet: F2, 42 and 28. RGB value is (242,66,40). Sum of RGB (Red+Green+Blue) = 242+66+40=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F24228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F24228 is #0DBDD7. Grayscale: #737373. Windows color (decimal): -900568 or 2638578. OLE color: 2638578.

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

Color convert

RGB 242 66 40 -
CMYK 0 0.73 0.83 0.05
HSL 7.72º 0.89% 0.55% -
HSV(B) 7.72º 0.83% 0.95% -
XYZ 38.95 22.93 4.38 -
YUV 115.66 85.31 218.11 -
System Red Green Blue C M Y K H S L
Decimal 242 66 40 0 0.73 0.83 0.05 7.72 0.89 0.55
Hex F2 42 28 0 49 53 5 8 59 37
Octal 362 102 50 0 111 123 5 10 131 67
Binary 11110010 1000010 101000 0 1001001 1010011 101 1000 1011001 110111

Color Harmonies of #F24228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24228

Black with #F24228

Text Example


Text Example

White with #F24228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24228; }

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

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

background-color css

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

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

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

border-color css

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

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

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