Html Css Color HEX #FC7328 Burnt Orange

📋 copy color: '#FC7328'

red 252 ◦ green 115 ◦ blue 40

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

Shades of Burnt Orange #FC7328

Tints of Burnt Orange #FC7328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.26%

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

R = 61.92%
G = 28.26%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC7328 (or 0xFC7328) is known color: Burnt Orange. HEX triplet: FC, 73 and 28. RGB value is (252,115,40). Sum of RGB (Red+Green+Blue) = 252+115+40=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7328 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7328 is #038CD7. Grayscale: #939393. Windows color (decimal): -232664 or 2651132. OLE color: 2651132.

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

Color convert

RGB 252 115 40 -
CMYK 0 0.54 0.84 0.01
HSL 21.23º 0.97% 0.57% -
HSV(B) 21.23º 0.84% 0.99% -
XYZ 46.66 33.11 5.94 -
YUV 147.41 67.39 202.6 -
System Red Green Blue C M Y K H S L
Decimal 252 115 40 0 0.54 0.84 0.01 21.23 0.97 0.57
Hex FC 73 28 0 36 54 1 15 61 39
Octal 374 163 50 0 66 124 1 25 141 71
Binary 11111100 1110011 101000 0 110110 1010100 1 10101 1100001 111001

Color Harmonies of #FC7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7328

Black with #FC7328

Text Example


Text Example

White with #FC7328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7328; }

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

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

background-color css

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

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

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

border-color css

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

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

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