Html Css Color HEX #F24513 Orange Red

📋 copy color: '#F24513'

red 242 ◦ green 69 ◦ blue 19

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

Shades of Orange Red #F24513

Tints of Orange Red #F24513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 73.33%
G = 20.91%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F24513 (or 0xF24513) is known color: Orange Red. HEX triplet: F2, 45 and 13. RGB value is (242,69,19). Sum of RGB (Red+Green+Blue) = 242+69+19=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F24513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24513 is #0DBAEC. Grayscale: #737373. Windows color (decimal): -899821 or 1263090. OLE color: 1263090.

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

Color convert

RGB 242 69 19 -
CMYK 0 0.71 0.92 0.05
HSL 13.45º 0.9% 0.51% -
HSV(B) 13.45º 0.92% 0.95% -
XYZ 38.86 23.18 3.04 -
YUV 115.03 73.81 218.57 -
System Red Green Blue C M Y K H S L
Decimal 242 69 19 0 0.71 0.92 0.05 13.45 0.9 0.51
Hex F2 45 13 0 47 5C 5 D 5A 33
Octal 362 105 23 0 107 134 5 15 132 63
Binary 11110010 1000101 10011 0 1000111 1011100 101 1101 1011010 110011

Color Harmonies of #F24513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24513

Black with #F24513

Text Example


Text Example

White with #F24513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24513; }

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

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

background-color css

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

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

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

border-color css

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

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

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