Html Css Color HEX #FC712D Burnt Orange

📋 copy color: '#FC712D'

red 252 ◦ green 113 ◦ blue 45

#FC712D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Orange #FC712D

Tints of Burnt Orange #FC712D

RGB

 RED value IS 252 (98.83% from 255) = 61.46%

 GREEN value IS 113 (44.53% from 255) = 27.56%

 BLUE value IS 45 (17.97% from 255) = 10.98%

R = 61.46%
G = 27.56%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC712D (or 0xFC712D) is known color: Burnt Orange. HEX triplet: FC, 71 and 2D. RGB value is (252,113,45). Sum of RGB (Red+Green+Blue) = 252+113+45=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC712D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC712D is #038ED2. Grayscale: #939393. Windows color (decimal): -233171 or 2978300. OLE color: 2978300.

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

Color convert

RGB 252 113 45 -
CMYK 0 0.55 0.82 0.01
HSL 19.71º 0.97% 0.58% -
HSV(B) 19.71º 0.82% 0.99% -
XYZ 46.52 32.7 6.34 -
YUV 146.81 70.55 203.03 -
System Red Green Blue C M Y K H S L
Decimal 252 113 45 0 0.55 0.82 0.01 19.71 0.97 0.58
Hex FC 71 2D 0 37 52 1 14 61 3A
Octal 374 161 55 0 67 122 1 24 141 72
Binary 11111100 1110001 101101 0 110111 1010010 1 10100 1100001 111010

Color Harmonies of #FC712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC712D

Black with #FC712D

Text Example


Text Example

White with #FC712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC712D; }

 p { color: rgb(252,113,45); }

 H1.HeaderClassName
 {
   color: #FC712D;
 }
 .AnyTagClassName
 {
   color: #FC712D;
 }
</style>

background-color css

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

 a { background-color: rgb(252,113,45); }

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

border-color css

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

 span { border-color: rgb(252,113,45); }

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