Html Css Color HEX #F24919 Orange Red

📋 copy color: '#F24919'

red 242 ◦ green 73 ◦ blue 25

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

Shades of Orange Red #F24919

Tints of Orange Red #F24919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

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

R = 71.18%
G = 21.47%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F24919 (or 0xF24919) is known color: Orange Red. HEX triplet: F2, 49 and 19. RGB value is (242,73,25). Sum of RGB (Red+Green+Blue) = 242+73+25=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F24919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24919 is #0DB6E6. Grayscale: #767676. Windows color (decimal): -898791 or 1657330. OLE color: 1657330.

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

Color convert

RGB 242 73 25 -
CMYK 0 0.70 0.90 0.05
HSL 13.27º 0.89% 0.52% -
HSV(B) 13.27º 0.9% 0.95% -
XYZ 39.18 23.71 3.43 -
YUV 118.06 75.49 216.4 -
System Red Green Blue C M Y K H S L
Decimal 242 73 25 0 0.70 0.90 0.05 13.27 0.89 0.52
Hex F2 49 19 0 46 5A 5 D 59 34
Octal 362 111 31 0 106 132 5 15 131 64
Binary 11110010 1001001 11001 0 1000110 1011010 101 1101 1011001 110100

Color Harmonies of #F24919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24919

Black with #F24919

Text Example


Text Example

White with #F24919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24919; }

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

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

background-color css

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

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

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

border-color css

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

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

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