Html Css Color HEX #FC6829 Burnt Orange

📋 copy color: '#FC6829'

red 252 ◦ green 104 ◦ blue 41

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

Shades of Burnt Orange #FC6829

Tints of Burnt Orange #FC6829

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.2%

 BLUE value IS 41 (16.41% from 255) = 10.33%

R = 63.48%
G = 26.2%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC6829 (or 0xFC6829) is known color: Burnt Orange. HEX triplet: FC, 68 and 29. RGB value is (252,104,41). Sum of RGB (Red+Green+Blue) = 252+104+41=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6829 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6829 is #0397D6. Grayscale: #8D8D8D. Windows color (decimal): -235479 or 2713852. OLE color: 2713852.

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

Color convert

RGB 252 104 41 -
CMYK 0 0.59 0.84 0.01
HSL 17.91º 0.97% 0.57% -
HSV(B) 17.91º 0.84% 0.99% -
XYZ 45.5 30.76 5.64 -
YUV 141.07 71.53 207.12 -
System Red Green Blue C M Y K H S L
Decimal 252 104 41 0 0.59 0.84 0.01 17.91 0.97 0.57
Hex FC 68 29 0 3B 54 1 12 61 39
Octal 374 150 51 0 73 124 1 22 141 71
Binary 11111100 1101000 101001 0 111011 1010100 1 10010 1100001 111001

Color Harmonies of #FC6829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6829

Black with #FC6829

Text Example


Text Example

White with #FC6829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6829; }

 p { color: rgb(252,104,41); }

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

background-color css

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

 a { background-color: rgb(252,104,41); }

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

border-color css

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

 span { border-color: rgb(252,104,41); }

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