#FB702F

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

Shades of Burnt Orange #FB702F

Tints of Burnt Orange #FB702F

Color information

#FB702F (or 0xFB702F) is unknown color: approx Burnt Orange. HEX triplet: FB, 70 and 2F. RGB value is (251,112,47). Sum of RGB (Red+Green+Blue) = 251+112+47=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB702F is #048FD0. Grayscale: #929292. Windows color (decimal): -298961 or 3109115. OLE color: 3109115.

HSL color Cylindrical-coordinate representation of color #FB702F: hue angle of 19.12º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB702F is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB25111247-
CMYK00.550.810.02
HSL19.12º96.23%58.43%-
HSV(B)19.12º81.27%98.43%-
XYZ46.0932.36.5-
YUV146.1572.05202.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 61.22%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 47 (18.75% from 255) = 11.46%
R=61.22%
G=27.32%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511124700.550.810.0219.1296.2358.43
HexFB702F03751213603a
Octal3731605706712122314072
Binary1111101111100001011110110111101000110100111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB702F; }

 p { color: rgb(251,112,47); }

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

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

 a { background-color: rgb(251,112,47); }

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

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

 span { border-color: rgb(251,112,47); }

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