#F2703D

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

Shades of Burnt Orange #F2703D

Tints of Burnt Orange #F2703D

Color information

#F2703D (or 0xF2703D) is unknown color: approx Burnt Orange. HEX triplet: F2, 70 and 3D. RGB value is (242,112,61). Sum of RGB (Red+Green+Blue) = 242+112+61=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2703D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2703D is #0D8FC2. Grayscale: #919191. Windows color (decimal): -888771 or 4026610. OLE color: 4026610.

HSL color Cylindrical-coordinate representation of color #F2703D: hue angle of 16.91º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2703D is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB24211261-
CMYK00.540.750.05
HSL16.91º87.44%59.41%-
HSV(B)16.91º74.79%94.9%-
XYZ43.2530.88.08-
YUV145.0680.57197.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.31%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 61 (24.22% from 255) = 14.70%
R=58.31%
G=26.99%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421126100.540.750.0516.9187.4459.41
HexF2703D0364B511573b
Octal3621607506611352112773
Binary11110010111000011110101101101001011101100011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2703D; }

 p { color: rgb(242,112,61); }

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

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

 a { background-color: rgb(242,112,61); }

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

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

 span { border-color: rgb(242,112,61); }

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