#FC7C3D

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

Shades of Burnt Orange #FC7C3D

Tints of Burnt Orange #FC7C3D

Color information

#FC7C3D (or 0xFC7C3D) is unknown color: approx Burnt Orange. HEX triplet: FC, 7C and 3D. RGB value is (252,124,61). Sum of RGB (Red+Green+Blue) = 252+124+61=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7C3D is #0383C2. Grayscale: #9B9B9B. Windows color (decimal): -230339 or 4029692. OLE color: 4029692.

HSL color Cylindrical-coordinate representation of color #FC7C3D: hue angle of 19.79º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC7C3D is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB25212461-
CMYK00.510.760.01
HSL19.79º96.95%61.37%-
HSV(B)19.79º75.79%98.82%-
XYZ48.1935.458.72-
YUV155.0974.91197.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.67%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 61 (24.22% from 255) = 13.96%
R=57.67%
G=28.38%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521246100.510.760.0119.7996.9561.37
HexFC7C3D0334C114613d
Octal3741747506311412414175
Binary111111001111100111101011001110011001101001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7C3D; }

 p { color: rgb(252,124,61); }

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

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

 a { background-color: rgb(252,124,61); }

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

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

 span { border-color: rgb(252,124,61); }

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