Html Css Color HEX #F24219 Orange Red

📋 copy color: '#F24219'

red 242 ◦ green 66 ◦ blue 25

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

Shades of Orange Red #F24219

Tints of Orange Red #F24219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 72.67%
G = 19.82%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F24219 (or 0xF24219) is known color: Orange Red. HEX triplet: F2, 42 and 19. RGB value is (242,66,25). Sum of RGB (Red+Green+Blue) = 242+66+25=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F24219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24219 is #0DBDE6. Grayscale: #727272. Windows color (decimal): -900583 or 1655538. OLE color: 1655538.

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

Color convert

RGB 242 66 25 -
CMYK 0 0.73 0.90 0.05
HSL 11.34º 0.89% 0.52% -
HSV(B) 11.34º 0.9% 0.95% -
XYZ 38.74 22.84 3.29 -
YUV 113.95 77.81 219.33 -
System Red Green Blue C M Y K H S L
Decimal 242 66 25 0 0.73 0.90 0.05 11.34 0.89 0.52
Hex F2 42 19 0 49 5A 5 B 59 34
Octal 362 102 31 0 111 132 5 13 131 64
Binary 11110010 1000010 11001 0 1001001 1011010 101 1011 1011001 110100

Color Harmonies of #F24219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24219

Black with #F24219

Text Example


Text Example

White with #F24219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24219; }

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

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

background-color css

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

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

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

border-color css

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

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

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