Html Css Color HEX #F24719 Orange Red

📋 copy color: '#F24719'

red 242 ◦ green 71 ◦ blue 25

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

Shades of Orange Red #F24719

Tints of Orange Red #F24719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

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

R = 71.6%
G = 21.01%
B = 7.4%

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

#F24719 (or 0xF24719) is known color: Orange Red. HEX triplet: F2, 47 and 19. RGB value is (242,71,25). Sum of RGB (Red+Green+Blue) = 242+71+25=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F24719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24719 is #0DB8E6. Grayscale: #757575. Windows color (decimal): -899303 or 1656818. OLE color: 1656818.

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

Color convert

RGB 242 71 25 -
CMYK 0 0.71 0.90 0.05
HSL 12.72º 0.89% 0.52% -
HSV(B) 12.72º 0.9% 0.95% -
XYZ 39.05 23.45 3.39 -
YUV 116.89 76.15 217.24 -
System Red Green Blue C M Y K H S L
Decimal 242 71 25 0 0.71 0.90 0.05 12.72 0.89 0.52
Hex F2 47 19 0 47 5A 5 D 59 34
Octal 362 107 31 0 107 132 5 15 131 64
Binary 11110010 1000111 11001 0 1000111 1011010 101 1101 1011001 110100

Color Harmonies of #F24719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24719

Black with #F24719

Text Example


Text Example

White with #F24719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24719; }

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

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

background-color css

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

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

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

border-color css

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

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

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