Html Css Color HEX #FC732D Burnt Orange

📋 copy color: '#FC732D'

red 252 ◦ green 115 ◦ blue 45

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

Shades of Burnt Orange #FC732D

Tints of Burnt Orange #FC732D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.92%

R = 61.17%
G = 27.91%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC732D (or 0xFC732D) is known color: Burnt Orange. HEX triplet: FC, 73 and 2D. RGB value is (252,115,45). Sum of RGB (Red+Green+Blue) = 252+115+45=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC732D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC732D is #038CD2. Grayscale: #949494. Windows color (decimal): -232659 or 2978812. OLE color: 2978812.

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

Color convert

RGB 252 115 45 -
CMYK 0 0.54 0.82 0.01
HSL 20.29º 0.97% 0.58% -
HSV(B) 20.29º 0.82% 0.99% -
XYZ 46.75 33.15 6.42 -
YUV 147.98 69.89 202.19 -
System Red Green Blue C M Y K H S L
Decimal 252 115 45 0 0.54 0.82 0.01 20.29 0.97 0.58
Hex FC 73 2D 0 36 52 1 14 61 3A
Octal 374 163 55 0 66 122 1 24 141 72
Binary 11111100 1110011 101101 0 110110 1010010 1 10100 1100001 111010

Color Harmonies of #FC732D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC732D

Black with #FC732D

Text Example


Text Example

White with #FC732D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC732D; }

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

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

background-color css

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

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

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

border-color css

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

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

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