Html Css Color HEX #F24013 Orange Red

📋 copy color: '#F24013'

red 242 ◦ green 64 ◦ blue 19

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

Shades of Orange Red #F24013

Tints of Orange Red #F24013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

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

R = 74.46%
G = 19.69%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F24013 (or 0xF24013) is known color: Orange Red. HEX triplet: F2, 40 and 13. RGB value is (242,64,19). Sum of RGB (Red+Green+Blue) = 242+64+19=325 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.46% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 242 - color contains mainly: red. Hex color #F24013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24013 is #0DBFEC. Grayscale: #707070. Windows color (decimal): -901101 or 1261810. OLE color: 1261810.

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

Color convert

RGB 242 64 19 -
CMYK 0 0.74 0.92 0.05
HSL 12.11º 0.9% 0.51% -
HSV(B) 12.11º 0.92% 0.95% -
XYZ 38.57 22.59 2.94 -
YUV 112.09 75.47 220.66 -
System Red Green Blue C M Y K H S L
Decimal 242 64 19 0 0.74 0.92 0.05 12.11 0.9 0.51
Hex F2 40 13 0 4A 5C 5 C 5A 33
Octal 362 100 23 0 112 134 5 14 132 63
Binary 11110010 1000000 10011 0 1001010 1011100 101 1100 1011010 110011

Color Harmonies of #F24013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24013

Black with #F24013

Text Example


Text Example

White with #F24013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24013; }

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

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

background-color css

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

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

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

border-color css

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

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

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