#f23e16

Color #F23E16 Orange Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Red #F23E16

Tints of Orange Red #F23E16

Color information

#F23E16 (or 0xF23E16) is unknown color: approx Orange Red. HEX triplet: F2, 3E and 16. RGB value is (242,62,22). Sum of RGB (Red+Green+Blue) = 242+62+22=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F23E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23E16 is #0DC1E9. Grayscale: #6F6F6F. Windows color (decimal): -901610 or 1457906. OLE color: 1457906.

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

Color convert

RGB2426222-
CMYK00.740.910.05
HSL10.91º89.43%51.76%-
HSV(B)10.91º90.91%94.9%-
XYZ38.4922.383.05-
YUV111.2677.63221.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 74.23%
GREEN value IS 62 (24.61% from 255) = 19.02%
BLUE value IS 22 (8.98% from 255) = 6.75%
R=74.23%
G=19.02%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242622200.740.910.0510.9189.4351.76
HexF23E1604A5B5b5934
Octal3627626011213351313164
Binary111100101111101011001001010101101110110111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f23e16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f23e16; }

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

 H1.HeaderClassName
 {
   color: #f23e16;
 }
 .AnyTagClassName
 {
   color: #f23e16;
 }
</style>
background-color css

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

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

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

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

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

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