Html Css Color HEX #FC6731 Burnt Orange

📋 copy color: '#FC6731'

red 252 ◦ green 103 ◦ blue 49

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

Shades of Burnt Orange #FC6731

Tints of Burnt Orange #FC6731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.13%

R = 62.38%
G = 25.5%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC6731 (or 0xFC6731) is known color: Burnt Orange. HEX triplet: FC, 67 and 31. RGB value is (252,103,49). Sum of RGB (Red+Green+Blue) = 252+103+49=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6731 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6731 is #0398CE. Grayscale: #8D8D8D. Windows color (decimal): -235727 or 3237884. OLE color: 3237884.

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

Color convert

RGB 252 103 49 -
CMYK 0 0.59 0.81 0.01
HSL 15.96º 0.97% 0.59% -
HSV(B) 15.96º 0.81% 0.99% -
XYZ 45.55 30.62 6.41 -
YUV 141.4 75.86 206.89 -
System Red Green Blue C M Y K H S L
Decimal 252 103 49 0 0.59 0.81 0.01 15.96 0.97 0.59
Hex FC 67 31 0 3B 51 1 10 61 3B
Octal 374 147 61 0 73 121 1 20 141 73
Binary 11111100 1100111 110001 0 111011 1010001 1 10000 1100001 111011

Color Harmonies of #FC6731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6731

Black with #FC6731

Text Example


Text Example

White with #FC6731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6731; }

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

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

background-color css

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

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

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

border-color css

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

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

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