Html Css Color HEX #F24019 Orange Red

📋 copy color: '#F24019'

red 242 ◦ green 64 ◦ blue 25

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

Shades of Orange Red #F24019

Tints of Orange Red #F24019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.55%

R = 73.11%
G = 19.34%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F24019 (or 0xF24019) is known color: Orange Red. HEX triplet: F2, 40 and 19. RGB value is (242,64,25). Sum of RGB (Red+Green+Blue) = 242+64+25=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F24019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24019 is #0DBFE6. Grayscale: #717171. Windows color (decimal): -901095 or 1655026. OLE color: 1655026.

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

Color convert

RGB 242 64 25 -
CMYK 0 0.74 0.90 0.05
HSL 10.78º 0.89% 0.52% -
HSV(B) 10.78º 0.9% 0.95% -
XYZ 38.63 22.61 3.25 -
YUV 112.78 78.47 220.17 -
System Red Green Blue C M Y K H S L
Decimal 242 64 25 0 0.74 0.90 0.05 10.78 0.89 0.52
Hex F2 40 19 0 4A 5A 5 B 59 34
Octal 362 100 31 0 112 132 5 13 131 64
Binary 11110010 1000000 11001 0 1001010 1011010 101 1011 1011001 110100

Color Harmonies of #F24019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24019

Black with #F24019

Text Example


Text Example

White with #F24019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24019; }

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

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

background-color css

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

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

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

border-color css

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

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

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