Html Css Color HEX #F24917 Orange Red

📋 copy color: '#F24917'

red 242 ◦ green 73 ◦ blue 23

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

Shades of Orange Red #F24917

Tints of Orange Red #F24917

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

 BLUE value IS 23 (9.38% from 255) = 6.8%

R = 71.6%
G = 21.6%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F24917 (or 0xF24917) is known color: Orange Red. HEX triplet: F2, 49 and 17. RGB value is (242,73,23). Sum of RGB (Red+Green+Blue) = 242+73+23=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F24917 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24917 is #0DB6E8. Grayscale: #767676. Windows color (decimal): -898793 or 1526258. OLE color: 1526258.

HSL color Cylindrical-coordinate representation of color #F24917: hue angle of 13.7º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F24917 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 73 23 -
CMYK 0 0.70 0.90 0.05
HSL 13.7º 0.89% 0.52% -
HSV(B) 13.7º 0.9% 0.95% -
XYZ 39.16 23.7 3.32 -
YUV 117.83 74.49 216.57 -
System Red Green Blue C M Y K H S L
Decimal 242 73 23 0 0.70 0.90 0.05 13.7 0.89 0.52
Hex F2 49 17 0 46 5A 5 E 59 34
Octal 362 111 27 0 106 132 5 16 131 64
Binary 11110010 1001001 10111 0 1000110 1011010 101 1110 1011001 110100

Color Harmonies of #F24917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24917

Black with #F24917

Text Example


Text Example

White with #F24917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24917; }

 p { color: rgb(242,73,23); }

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

background-color css

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

 a { background-color: rgb(242,73,23); }

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

border-color css

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

 span { border-color: rgb(242,73,23); }

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