Html Css Color HEX #FC6728 Burnt Orange

📋 copy color: '#FC6728'

red 252 ◦ green 103 ◦ blue 40

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

Shades of Burnt Orange #FC6728

Tints of Burnt Orange #FC6728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.08%

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

R = 63.8%
G = 26.08%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC6728 (or 0xFC6728) is known color: Burnt Orange. HEX triplet: FC, 67 and 28. RGB value is (252,103,40). Sum of RGB (Red+Green+Blue) = 252+103+40=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6728 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6728 is #0398D7. Grayscale: #8C8C8C. Windows color (decimal): -235736 or 2648060. OLE color: 2648060.

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

Color convert

RGB 252 103 40 -
CMYK 0 0.59 0.84 0.01
HSL 17.83º 0.97% 0.57% -
HSV(B) 17.83º 0.84% 0.99% -
XYZ 45.38 30.55 5.51 -
YUV 140.37 71.36 207.62 -
System Red Green Blue C M Y K H S L
Decimal 252 103 40 0 0.59 0.84 0.01 17.83 0.97 0.57
Hex FC 67 28 0 3B 54 1 12 61 39
Octal 374 147 50 0 73 124 1 22 141 71
Binary 11111100 1100111 101000 0 111011 1010100 1 10010 1100001 111001

Color Harmonies of #FC6728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6728

Black with #FC6728

Text Example


Text Example

White with #FC6728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6728; }

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

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

background-color css

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

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

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

border-color css

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

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

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