#F24314

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

Shades of Orange Red #F24314

Tints of Orange Red #F24314

Color information

#F24314 (or 0xF24314) is unknown color: approx Orange Red. HEX triplet: F2, 43 and 14. RGB value is (242,67,20). Sum of RGB (Red+Green+Blue) = 242+67+20=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F24314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24314 is #0DBCEB. Grayscale: #727272. Windows color (decimal): -900332 or 1328114. OLE color: 1328114.

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

Color convert

RGB2426720-
CMYK00.720.920.05
HSL12.7º89.52%51.37%-
HSV(B)12.7º91.74%94.9%-
XYZ38.7522.943.05-
YUV113.9774.98219.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 73.56%
GREEN value IS 67 (26.56% from 255) = 20.36%
BLUE value IS 20 (8.20% from 255) = 6.08%
R=73.56%
G=20.36%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242672000.720.920.0512.789.5251.37
HexF243140485C5d5a33
Octal36210324011013451513263
Binary1111001010000111010001001000101110010111011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24314; }

 p { color: rgb(242,67,20); }

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

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

 a { background-color: rgb(242,67,20); }

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

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

 span { border-color: rgb(242,67,20); }

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