Html Css Color HEX #F24116 Orange Red

📋 copy color: '#F24116'

red 242 ◦ green 65 ◦ blue 22

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

Shades of Orange Red #F24116

Tints of Orange Red #F24116

RGB

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

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

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

R = 73.56%
G = 19.76%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F24116 (or 0xF24116) is known color: Orange Red. HEX triplet: F2, 41 and 16. RGB value is (242,65,22). Sum of RGB (Red+Green+Blue) = 242+65+22=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F24116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24116 is #0DBEE9. Grayscale: #717171. Windows color (decimal): -900842 or 1458674. OLE color: 1458674.

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

Color convert

RGB 242 65 22 -
CMYK 0 0.73 0.91 0.05
HSL 11.73º 0.89% 0.52% -
HSV(B) 11.73º 0.91% 0.95% -
XYZ 38.65 22.72 3.11 -
YUV 113.02 76.64 220 -
System Red Green Blue C M Y K H S L
Decimal 242 65 22 0 0.73 0.91 0.05 11.73 0.89 0.52
Hex F2 41 16 0 49 5B 5 C 59 34
Octal 362 101 26 0 111 133 5 14 131 64
Binary 11110010 1000001 10110 0 1001001 1011011 101 1100 1011001 110100

Color Harmonies of #F24116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24116

Black with #F24116

Text Example


Text Example

White with #F24116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24116; }

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

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

background-color css

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

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

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

border-color css

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

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

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