Html Css Color HEX #F24017 Orange Red

📋 copy color: '#F24017'

red 242 ◦ green 64 ◦ blue 23

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

Shades of Orange Red #F24017

Tints of Orange Red #F24017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.45%

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

R = 73.56%
G = 19.45%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F24017 (or 0xF24017) is known color: Orange Red. HEX triplet: F2, 40 and 17. RGB value is (242,64,23). Sum of RGB (Red+Green+Blue) = 242+64+23=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F24017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24017 is #0DBFE8. Grayscale: #707070. Windows color (decimal): -901097 or 1523954. OLE color: 1523954.

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

Color convert

RGB 242 64 23 -
CMYK 0 0.74 0.90 0.05
HSL 11.23º 0.89% 0.52% -
HSV(B) 11.23º 0.9% 0.95% -
XYZ 38.61 22.61 3.14 -
YUV 112.55 77.47 220.33 -
System Red Green Blue C M Y K H S L
Decimal 242 64 23 0 0.74 0.90 0.05 11.23 0.89 0.52
Hex F2 40 17 0 4A 5A 5 B 59 34
Octal 362 100 27 0 112 132 5 13 131 64
Binary 11110010 1000000 10111 0 1001010 1011010 101 1011 1011001 110100

Color Harmonies of #F24017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24017

Black with #F24017

Text Example


Text Example

White with #F24017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24017; }

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

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

background-color css

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

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

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

border-color css

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

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

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