Html Css Color HEX #FC6C2D Burnt Orange

📋 copy color: '#FC6C2D'

red 252 ◦ green 108 ◦ blue 45

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

Shades of Burnt Orange #FC6C2D

Tints of Burnt Orange #FC6C2D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.67%

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

R = 62.22%
G = 26.67%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC6C2D (or 0xFC6C2D) is known color: Burnt Orange. HEX triplet: FC, 6C and 2D. RGB value is (252,108,45). Sum of RGB (Red+Green+Blue) = 252+108+45=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6C2D is #0393D2. Grayscale: #909090. Windows color (decimal): -234451 or 2977020. OLE color: 2977020.

HSL color Cylindrical-coordinate representation of color #FC6C2D: hue angle of 18.26º 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 #FC6C2D is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 108 45 -
CMYK 0 0.57 0.82 0.01
HSL 18.26º 0.97% 0.58% -
HSV(B) 18.26º 0.82% 0.99% -
XYZ 45.98 31.61 6.16 -
YUV 143.87 72.21 205.12 -
System Red Green Blue C M Y K H S L
Decimal 252 108 45 0 0.57 0.82 0.01 18.26 0.97 0.58
Hex FC 6C 2D 0 39 52 1 12 61 3A
Octal 374 154 55 0 71 122 1 22 141 72
Binary 11111100 1101100 101101 0 111001 1010010 1 10010 1100001 111010

Color Harmonies of #FC6C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C2D

Black with #FC6C2D

Text Example


Text Example

White with #FC6C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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