Html Css Color HEX #F24416 Orange Red

📋 copy color: '#F24416'

red 242 ◦ green 68 ◦ blue 22

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

Shades of Orange Red #F24416

Tints of Orange Red #F24416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.48%

 BLUE value IS 22 (8.98% from 255) = 6.63%

R = 72.89%
G = 20.48%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F24416 (or 0xF24416) is known color: Orange Red. HEX triplet: F2, 44 and 16. RGB value is (242,68,22). Sum of RGB (Red+Green+Blue) = 242+68+22=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F24416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24416 is #0DBBE9. Grayscale: #737373. Windows color (decimal): -900074 or 1459442. OLE color: 1459442.

HSL color Cylindrical-coordinate representation of color #F24416: hue angle of 12.55º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F24416 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 68 22 -
CMYK 0 0.72 0.91 0.05
HSL 12.55º 0.89% 0.52% -
HSV(B) 12.55º 0.91% 0.95% -
XYZ 38.83 23.07 3.17 -
YUV 114.78 75.65 218.74 -
System Red Green Blue C M Y K H S L
Decimal 242 68 22 0 0.72 0.91 0.05 12.55 0.89 0.52
Hex F2 44 16 0 48 5B 5 D 59 34
Octal 362 104 26 0 110 133 5 15 131 64
Binary 11110010 1000100 10110 0 1001000 1011011 101 1101 1011001 110100

Color Harmonies of #F24416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24416

Black with #F24416

Text Example


Text Example

White with #F24416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24416; }

 p { color: rgb(242,68,22); }

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

background-color css

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

 a { background-color: rgb(242,68,22); }

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

border-color css

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

 span { border-color: rgb(242,68,22); }

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