Html Css Color HEX #F24508 Orange Red

📋 copy color: '#F24508'

red 242 ◦ green 69 ◦ blue 8

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

Shades of Orange Red #F24508

Tints of Orange Red #F24508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

 BLUE value IS 8 (3.52% from 255) = 2.51%

R = 75.86%
G = 21.63%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F24508 (or 0xF24508) is known color: Orange Red. HEX triplet: F2, 45 and 08. RGB value is (242,69,8). Sum of RGB (Red+Green+Blue) = 242+69+8=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F24508 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24508 is #0DBAF7. Grayscale: #727272. Windows color (decimal): -899832 or 542194. OLE color: 542194.

HSL color Cylindrical-coordinate representation of color #F24508: hue angle of 15.64º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F24508 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 69 8 -
CMYK 0 0.71 0.97 0.05
HSL 15.64º 0.94% 0.49% -
HSV(B) 15.64º 0.97% 0.95% -
XYZ 38.79 23.15 2.65 -
YUV 113.77 68.31 219.46 -
System Red Green Blue C M Y K H S L
Decimal 242 69 8 0 0.71 0.97 0.05 15.64 0.94 0.49
Hex F2 45 8 0 47 61 5 10 5E 31
Octal 362 105 10 0 107 141 5 20 136 61
Binary 11110010 1000101 1000 0 1000111 1100001 101 10000 1011110 110001

Color Harmonies of #F24508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24508

Black with #F24508

Text Example


Text Example

White with #F24508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24508; }

 p { color: rgb(242,69,8); }

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

background-color css

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

 a { background-color: rgb(242,69,8); }

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

border-color css

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

 span { border-color: rgb(242,69,8); }

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