Html Css Color HEX #FC732E Burnt Orange

📋 copy color: '#FC732E'

red 252 ◦ green 115 ◦ blue 46

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

Shades of Burnt Orange #FC732E

Tints of Burnt Orange #FC732E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.14%

R = 61.02%
G = 27.85%
B = 11.14%

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

#FC732E (or 0xFC732E) is known color: Burnt Orange. HEX triplet: FC, 73 and 2E. RGB value is (252,115,46). Sum of RGB (Red+Green+Blue) = 252+115+46=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC732E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC732E is #038CD1. Grayscale: #949494. Windows color (decimal): -232658 or 3044348. OLE color: 3044348.

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

Color convert

RGB 252 115 46 -
CMYK 0 0.54 0.82 0.01
HSL 20.1º 0.97% 0.58% -
HSV(B) 20.1º 0.82% 0.99% -
XYZ 46.77 33.15 6.52 -
YUV 148.1 70.39 202.11 -
System Red Green Blue C M Y K H S L
Decimal 252 115 46 0 0.54 0.82 0.01 20.1 0.97 0.58
Hex FC 73 2E 0 36 52 1 14 61 3A
Octal 374 163 56 0 66 122 1 24 141 72
Binary 11111100 1110011 101110 0 110110 1010010 1 10100 1100001 111010

Color Harmonies of #FC732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC732E

Black with #FC732E

Text Example


Text Example

White with #FC732E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC732E; }

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

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

background-color css

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

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

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

border-color css

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

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

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