Html Css Color HEX #F24117 Orange Red

📋 copy color: '#F24117'

red 242 ◦ green 65 ◦ blue 23

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

Shades of Orange Red #F24117

Tints of Orange Red #F24117

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

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

R = 73.33%
G = 19.7%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F24117 (or 0xF24117) is known color: Orange Red. HEX triplet: F2, 41 and 17. RGB value is (242,65,23). Sum of RGB (Red+Green+Blue) = 242+65+23=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F24117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24117 is #0DBEE8. Grayscale: #717171. Windows color (decimal): -900841 or 1524210. OLE color: 1524210.

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

Color convert

RGB 242 65 23 -
CMYK 0 0.73 0.90 0.05
HSL 11.51º 0.89% 0.52% -
HSV(B) 11.51º 0.9% 0.95% -
XYZ 38.66 22.72 3.16 -
YUV 113.14 77.14 219.92 -
System Red Green Blue C M Y K H S L
Decimal 242 65 23 0 0.73 0.90 0.05 11.51 0.89 0.52
Hex F2 41 17 0 49 5A 5 C 59 34
Octal 362 101 27 0 111 132 5 14 131 64
Binary 11110010 1000001 10111 0 1001001 1011010 101 1100 1011001 110100

Color Harmonies of #F24117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24117

Black with #F24117

Text Example


Text Example

White with #F24117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24117; }

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

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

background-color css

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

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

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

border-color css

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

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

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