Html Css Color HEX #FC7628 Burnt Orange

📋 copy color: '#FC7628'

red 252 ◦ green 118 ◦ blue 40

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

Shades of Burnt Orange #FC7628

Tints of Burnt Orange #FC7628

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.78%

 BLUE value IS 40 (16.02% from 255) = 9.76%

R = 61.46%
G = 28.78%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC7628 (or 0xFC7628) is known color: Burnt Orange. HEX triplet: FC, 76 and 28. RGB value is (252,118,40). Sum of RGB (Red+Green+Blue) = 252+118+40=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7628 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7628 is #0389D7. Grayscale: #959595. Windows color (decimal): -231896 or 2651900. OLE color: 2651900.

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

Color convert

RGB 252 118 40 -
CMYK 0 0.53 0.84 0.01
HSL 22.08º 0.97% 0.57% -
HSV(B) 22.08º 0.84% 0.99% -
XYZ 47.01 33.81 6.06 -
YUV 149.17 66.39 201.34 -
System Red Green Blue C M Y K H S L
Decimal 252 118 40 0 0.53 0.84 0.01 22.08 0.97 0.57
Hex FC 76 28 0 35 54 1 16 61 39
Octal 374 166 50 0 65 124 1 26 141 71
Binary 11111100 1110110 101000 0 110101 1010100 1 10110 1100001 111001

Color Harmonies of #FC7628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7628

Black with #FC7628

Text Example


Text Example

White with #FC7628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7628; }

 p { color: rgb(252,118,40); }

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

background-color css

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

 a { background-color: rgb(252,118,40); }

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

border-color css

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

 span { border-color: rgb(252,118,40); }

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