Html Css Color HEX #FC6C29 Burnt Orange

📋 copy color: '#FC6C29'

red 252 ◦ green 108 ◦ blue 41

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

Shades of Burnt Orange #FC6C29

Tints of Burnt Orange #FC6C29

RGB

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

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

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

R = 62.84%
G = 26.93%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC6C29 (or 0xFC6C29) is known color: Burnt Orange. HEX triplet: FC, 6C and 29. RGB value is (252,108,41). Sum of RGB (Red+Green+Blue) = 252+108+41=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6C29 is #0393D6. Grayscale: #8F8F8F. Windows color (decimal): -234455 or 2714876. OLE color: 2714876.

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

Color convert

RGB 252 108 41 -
CMYK 0 0.57 0.84 0.01
HSL 19.05º 0.97% 0.57% -
HSV(B) 19.05º 0.84% 0.99% -
XYZ 45.91 31.58 5.77 -
YUV 143.42 70.21 205.45 -
System Red Green Blue C M Y K H S L
Decimal 252 108 41 0 0.57 0.84 0.01 19.05 0.97 0.57
Hex FC 6C 29 0 39 54 1 13 61 39
Octal 374 154 51 0 71 124 1 23 141 71
Binary 11111100 1101100 101001 0 111001 1010100 1 10011 1100001 111001

Color Harmonies of #FC6C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C29

Black with #FC6C29

Text Example


Text Example

White with #FC6C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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