Html Css Color HEX #FC6D2E Burnt Orange

📋 copy color: '#FC6D2E'

red 252 ◦ green 109 ◦ blue 46

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

Shades of Burnt Orange #FC6D2E

Tints of Burnt Orange #FC6D2E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.78%

 BLUE value IS 46 (18.36% from 255) = 11.3%

R = 61.92%
G = 26.78%
B = 11.3%

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

#FC6D2E (or 0xFC6D2E) is known color: Burnt Orange. HEX triplet: FC, 6D and 2E. RGB value is (252,109,46). Sum of RGB (Red+Green+Blue) = 252+109+46=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D2E is #0392D1. Grayscale: #909090. Windows color (decimal): -234194 or 3042812. OLE color: 3042812.

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

Color convert

RGB 252 109 46 -
CMYK 0 0.57 0.82 0.01
HSL 18.35º 0.97% 0.58% -
HSV(B) 18.35º 0.82% 0.99% -
XYZ 46.11 31.83 6.3 -
YUV 144.58 72.38 204.62 -
System Red Green Blue C M Y K H S L
Decimal 252 109 46 0 0.57 0.82 0.01 18.35 0.97 0.58
Hex FC 6D 2E 0 39 52 1 12 61 3A
Octal 374 155 56 0 71 122 1 22 141 72
Binary 11111100 1101101 101110 0 111001 1010010 1 10010 1100001 111010

Color Harmonies of #FC6D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D2E

Black with #FC6D2E

Text Example


Text Example

White with #FC6D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D2E; }

 p { color: rgb(252,109,46); }

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

background-color css

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

 a { background-color: rgb(252,109,46); }

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

border-color css

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

 span { border-color: rgb(252,109,46); }

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