#F93702

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

Shades of Orange Red #F93702

Tints of Orange Red #F93702

Color information

#F93702 (or 0xF93702) is unknown color: approx Orange Red. HEX triplet: F9, 37 and 02. RGB value is (249,55,2). Sum of RGB (Red+Green+Blue) = 249+55+2=306 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.37% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 249 - color contains mainly: red. Hex color #F93702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93702 is #06C8FD. Grayscale: #6B6B6B. Windows color (decimal): -444670 or 145401. OLE color: 145401.

HSL color Cylindrical-coordinate representation of color #F93702: hue angle of 12.87º 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 #F93702 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB249552-
CMYK00.780.990.02
HSL12.87º98.41%49.22%-
HSV(B)12.87º99.2%97.65%-
XYZ40.4422.882.34-
YUV106.9668.77229.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 81.37%
GREEN value IS 55 (21.88% from 255) = 17.97%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=81.37%
G=17.97%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24955200.780.990.0212.8798.4149.22
HexF937204E632d6231
Octal371672011614321514261
Binary11111001110111100100111011000111011011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93702; }

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

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

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

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

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

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

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

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