#F7662D

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

Shades of Burnt Orange #F7662D

Tints of Burnt Orange #F7662D

Color information

#F7662D (or 0xF7662D) is unknown color: approx Burnt Orange. HEX triplet: F7, 66 and 2D. RGB value is (247,102,45). Sum of RGB (Red+Green+Blue) = 247+102+45=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F7662D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7662D is #0899D2. Grayscale: #8B8B8B. Windows color (decimal): -563667 or 2975479. OLE color: 2975479.

HSL color Cylindrical-coordinate representation of color #F7662D: hue angle of 16.93º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7662D is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB24710245-
CMYK00.590.820.03
HSL16.93º92.66%57.25%-
HSV(B)16.93º81.78%96.86%-
XYZ43.5829.475.87-
YUV138.8675.04205.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 62.69%
GREEN value IS 102 (40.23% from 255) = 25.89%
BLUE value IS 45 (17.97% from 255) = 11.42%
R=62.69%
G=25.89%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471024500.590.820.0316.9392.6657.25
HexF7662D03B523115d39
Octal3671465507312232113571
Binary1111011111001101011010111011101001011100011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7662D; }

 p { color: rgb(247,102,45); }

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

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

 a { background-color: rgb(247,102,45); }

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

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

 span { border-color: rgb(247,102,45); }

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