Html Css Color HEX #FC813C Burnt Orange

📋 copy color: '#FC813C'

red 252 ◦ green 129 ◦ blue 60

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

Shades of Burnt Orange #FC813C

Tints of Burnt Orange #FC813C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.25%

 BLUE value IS 60 (23.83% from 255) = 13.61%

R = 57.14%
G = 29.25%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC813C (or 0xFC813C) is known color: Burnt Orange. HEX triplet: FC, 81 and 3C. RGB value is (252,129,60). Sum of RGB (Red+Green+Blue) = 252+129+60=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC813C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC813C is #037EC3. Grayscale: #9E9E9E. Windows color (decimal): -229060 or 3965436. OLE color: 3965436.

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

Color convert

RGB 252 129 60 -
CMYK 0 0.49 0.76 0.01
HSL 21.56º 0.97% 0.61% -
HSV(B) 21.56º 0.76% 0.99% -
XYZ 48.81 36.72 8.79 -
YUV 157.91 72.75 195.11 -
System Red Green Blue C M Y K H S L
Decimal 252 129 60 0 0.49 0.76 0.01 21.56 0.97 0.61
Hex FC 81 3C 0 31 4C 1 16 61 3D
Octal 374 201 74 0 61 114 1 26 141 75
Binary 11111100 10000001 111100 0 110001 1001100 1 10110 1100001 111101

Color Harmonies of #FC813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC813C

Black with #FC813C

Text Example


Text Example

White with #FC813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC813C; }

 p { color: rgb(252,129,60); }

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

background-color css

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

 a { background-color: rgb(252,129,60); }

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

border-color css

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

 span { border-color: rgb(252,129,60); }

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