Html Css Color HEX #FC6A29 Burnt Orange

📋 copy color: '#FC6A29'

red 252 ◦ green 106 ◦ blue 41

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

Shades of Burnt Orange #FC6A29

Tints of Burnt Orange #FC6A29

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

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

R = 63.16%
G = 26.57%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC6A29 (or 0xFC6A29) is known color: Burnt Orange. HEX triplet: FC, 6A and 29. RGB value is (252,106,41). Sum of RGB (Red+Green+Blue) = 252+106+41=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6A29 is #0395D6. Grayscale: #8E8E8E. Windows color (decimal): -234967 or 2714364. OLE color: 2714364.

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

Color convert

RGB 252 106 41 -
CMYK 0 0.58 0.84 0.01
HSL 18.48º 0.97% 0.57% -
HSV(B) 18.48º 0.84% 0.99% -
XYZ 45.7 31.16 5.7 -
YUV 142.24 70.87 206.29 -
System Red Green Blue C M Y K H S L
Decimal 252 106 41 0 0.58 0.84 0.01 18.48 0.97 0.57
Hex FC 6A 29 0 3A 54 1 12 61 39
Octal 374 152 51 0 72 124 1 22 141 71
Binary 11111100 1101010 101001 0 111010 1010100 1 10010 1100001 111001

Color Harmonies of #FC6A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A29

Black with #FC6A29

Text Example


Text Example

White with #FC6A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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