Html Css Color HEX #FC732C Burnt Orange

📋 copy color: '#FC732C'

red 252 ◦ green 115 ◦ blue 44

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

Shades of Burnt Orange #FC732C

Tints of Burnt Orange #FC732C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.71%

R = 61.31%
G = 27.98%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC732C (or 0xFC732C) is known color: Burnt Orange. HEX triplet: FC, 73 and 2C. RGB value is (252,115,44). Sum of RGB (Red+Green+Blue) = 252+115+44=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC732C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC732C is #038CD3. Grayscale: #949494. Windows color (decimal): -232660 or 2913276. OLE color: 2913276.

HSL color Cylindrical-coordinate representation of color #FC732C: hue angle of 20.48º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC732C is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 115 44 -
CMYK 0 0.54 0.83 0.01
HSL 20.48º 0.97% 0.58% -
HSV(B) 20.48º 0.83% 0.99% -
XYZ 46.73 33.14 6.32 -
YUV 147.87 69.39 202.27 -
System Red Green Blue C M Y K H S L
Decimal 252 115 44 0 0.54 0.83 0.01 20.48 0.97 0.58
Hex FC 73 2C 0 36 53 1 14 61 3A
Octal 374 163 54 0 66 123 1 24 141 72
Binary 11111100 1110011 101100 0 110110 1010011 1 10100 1100001 111010

Color Harmonies of #FC732C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC732C

Black with #FC732C

Text Example


Text Example

White with #FC732C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC732C; }

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

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

background-color css

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

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

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

border-color css

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

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

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