Html Css Color HEX #F24817 Orange Red

📋 copy color: '#F24817'

red 242 ◦ green 72 ◦ blue 23

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

Shades of Orange Red #F24817

Tints of Orange Red #F24817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.36%

 BLUE value IS 23 (9.38% from 255) = 6.82%

R = 71.81%
G = 21.36%
B = 6.82%

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

#F24817 (or 0xF24817) is known color: Orange Red. HEX triplet: F2, 48 and 17. RGB value is (242,72,23). Sum of RGB (Red+Green+Blue) = 242+72+23=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F24817 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24817 is #0DB7E8. Grayscale: #757575. Windows color (decimal): -899049 or 1526002. OLE color: 1526002.

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

Color convert

RGB 242 72 23 -
CMYK 0 0.70 0.90 0.05
HSL 13.42º 0.89% 0.52% -
HSV(B) 13.42º 0.9% 0.95% -
XYZ 39.09 23.57 3.3 -
YUV 117.24 74.82 216.98 -
System Red Green Blue C M Y K H S L
Decimal 242 72 23 0 0.70 0.90 0.05 13.42 0.89 0.52
Hex F2 48 17 0 46 5A 5 D 59 34
Octal 362 110 27 0 106 132 5 15 131 64
Binary 11110010 1001000 10111 0 1000110 1011010 101 1101 1011001 110100

Color Harmonies of #F24817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24817

Black with #F24817

Text Example


Text Example

White with #F24817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24817; }

 p { color: rgb(242,72,23); }

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

background-color css

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

 a { background-color: rgb(242,72,23); }

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

border-color css

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

 span { border-color: rgb(242,72,23); }

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