Html Css Color HEX #FC7728 Burnt Orange

📋 copy color: '#FC7728'

red 252 ◦ green 119 ◦ blue 40

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

Shades of Burnt Orange #FC7728

Tints of Burnt Orange #FC7728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.95%

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

R = 61.31%
G = 28.95%
B = 9.73%

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

#FC7728 (or 0xFC7728) is known color: Burnt Orange. HEX triplet: FC, 77 and 28. RGB value is (252,119,40). Sum of RGB (Red+Green+Blue) = 252+119+40=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7728 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7728 is #0388D7. Grayscale: #969696. Windows color (decimal): -231640 or 2652156. OLE color: 2652156.

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

Color convert

RGB 252 119 40 -
CMYK 0 0.53 0.84 0.01
HSL 22.36º 0.97% 0.57% -
HSV(B) 22.36º 0.84% 0.99% -
XYZ 47.12 34.04 6.09 -
YUV 149.76 66.06 200.92 -
System Red Green Blue C M Y K H S L
Decimal 252 119 40 0 0.53 0.84 0.01 22.36 0.97 0.57
Hex FC 77 28 0 35 54 1 16 61 39
Octal 374 167 50 0 65 124 1 26 141 71
Binary 11111100 1110111 101000 0 110101 1010100 1 10110 1100001 111001

Color Harmonies of #FC7728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7728

Black with #FC7728

Text Example


Text Example

White with #FC7728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7728; }

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

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

background-color css

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

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

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

border-color css

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

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

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