#F93502

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

Shades of Orange Red #F93502

Tints of Orange Red #F93502

Color information

#F93502 (or 0xF93502) is unknown color: approx Orange Red. HEX triplet: F9, 35 and 02. RGB value is (249,53,2). Sum of RGB (Red+Green+Blue) = 249+53+2=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F93502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93502 is #06CAFD. Grayscale: #6A6A6A. Windows color (decimal): -445182 or 144889. OLE color: 144889.

HSL color Cylindrical-coordinate representation of color #F93502: hue angle of 12.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F93502 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB249532-
CMYK00.790.990.02
HSL12.39º98.41%49.22%-
HSV(B)12.39º99.2%97.65%-
XYZ40.3522.692.31-
YUV105.7969.43230.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 81.91%
GREEN value IS 53 (21.09% from 255) = 17.43%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=81.91%
G=17.43%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24953200.790.990.0212.3998.4149.22
HexF935204F632c6231
Octal371652011714321414261
Binary11111001110101100100111111000111011001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93502; }

 p { color: rgb(249,53,2); }

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

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

 a { background-color: rgb(249,53,2); }

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

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

 span { border-color: rgb(249,53,2); }

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