Html Css Color HEX #FC803A Burnt Orange

📋 copy color: '#FC803A'

red 252 ◦ green 128 ◦ blue 58

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

Shades of Burnt Orange #FC803A

Tints of Burnt Orange #FC803A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.22%

 BLUE value IS 58 (23.05% from 255) = 13.24%

R = 57.53%
G = 29.22%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC803A (or 0xFC803A) is known color: Burnt Orange. HEX triplet: FC, 80 and 3A. RGB value is (252,128,58). Sum of RGB (Red+Green+Blue) = 252+128+58=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC803A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC803A is #037FC5. Grayscale: #9D9D9D. Windows color (decimal): -229318 or 3834108. OLE color: 3834108.

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

Color convert

RGB 252 128 58 -
CMYK 0 0.49 0.77 0.01
HSL 21.65º 0.97% 0.61% -
HSV(B) 21.65º 0.77% 0.99% -
XYZ 48.63 36.44 8.47 -
YUV 157.1 72.08 195.69 -
System Red Green Blue C M Y K H S L
Decimal 252 128 58 0 0.49 0.77 0.01 21.65 0.97 0.61
Hex FC 80 3A 0 31 4D 1 16 61 3D
Octal 374 200 72 0 61 115 1 26 141 75
Binary 11111100 10000000 111010 0 110001 1001101 1 10110 1100001 111101

Color Harmonies of #FC803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC803A

Black with #FC803A

Text Example


Text Example

White with #FC803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC803A; }

 p { color: rgb(252,128,58); }

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

background-color css

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

 a { background-color: rgb(252,128,58); }

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

border-color css

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

 span { border-color: rgb(252,128,58); }

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