Html Css Color HEX #FC6629 Burnt Orange

📋 copy color: '#FC6629'

red 252 ◦ green 102 ◦ blue 41

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

Shades of Burnt Orange #FC6629

Tints of Burnt Orange #FC6629

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.82%

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

R = 63.8%
G = 25.82%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC6629 (or 0xFC6629) is known color: Burnt Orange. HEX triplet: FC, 66 and 29. RGB value is (252,102,41). Sum of RGB (Red+Green+Blue) = 252+102+41=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6629 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6629 is #0399D6. Grayscale: #8C8C8C. Windows color (decimal): -235991 or 2713340. OLE color: 2713340.

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

Color convert

RGB 252 102 41 -
CMYK 0 0.60 0.84 0.01
HSL 17.35º 0.97% 0.57% -
HSV(B) 17.35º 0.84% 0.99% -
XYZ 45.3 30.36 5.57 -
YUV 139.9 72.2 207.96 -
System Red Green Blue C M Y K H S L
Decimal 252 102 41 0 0.60 0.84 0.01 17.35 0.97 0.57
Hex FC 66 29 0 3C 54 1 11 61 39
Octal 374 146 51 0 74 124 1 21 141 71
Binary 11111100 1100110 101001 0 111100 1010100 1 10001 1100001 111001

Color Harmonies of #FC6629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6629

Black with #FC6629

Text Example


Text Example

White with #FC6629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6629; }

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

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

background-color css

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

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

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

border-color css

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

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

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