Html Css Color HEX #F24519 Orange Red

📋 copy color: '#F24519'

red 242 ◦ green 69 ◦ blue 25

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

Shades of Orange Red #F24519

Tints of Orange Red #F24519

RGB

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

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

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

R = 72.02%
G = 20.54%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F24519 (or 0xF24519) is known color: Orange Red. HEX triplet: F2, 45 and 19. RGB value is (242,69,25). Sum of RGB (Red+Green+Blue) = 242+69+25=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 25 (10.16% from 255 or 7.44% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F24519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24519 is #0DBAE6. Grayscale: #747474. Windows color (decimal): -899815 or 1656306. OLE color: 1656306.

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

Color convert

RGB 242 69 25 -
CMYK 0 0.71 0.90 0.05
HSL 12.17º 0.89% 0.52% -
HSV(B) 12.17º 0.9% 0.95% -
XYZ 38.92 23.2 3.35 -
YUV 115.71 76.81 218.08 -
System Red Green Blue C M Y K H S L
Decimal 242 69 25 0 0.71 0.90 0.05 12.17 0.89 0.52
Hex F2 45 19 0 47 5A 5 C 59 34
Octal 362 105 31 0 107 132 5 14 131 64
Binary 11110010 1000101 11001 0 1000111 1011010 101 1100 1011001 110100

Color Harmonies of #F24519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24519

Black with #F24519

Text Example


Text Example

White with #F24519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24519; }

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

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

background-color css

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

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

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

border-color css

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

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

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