Html Css Color HEX #FC773C Burnt Orange

📋 copy color: '#FC773C'

red 252 ◦ green 119 ◦ blue 60

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

Shades of Burnt Orange #FC773C

Tints of Burnt Orange #FC773C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.61%

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

R = 58.47%
G = 27.61%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC773C (or 0xFC773C) is known color: Burnt Orange. HEX triplet: FC, 77 and 3C. RGB value is (252,119,60). Sum of RGB (Red+Green+Blue) = 252+119+60=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC773C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC773C is #0388C3. Grayscale: #989898. Windows color (decimal): -231620 or 3962876. OLE color: 3962876.

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

Color convert

RGB 252 119 60 -
CMYK 0 0.53 0.76 0.01
HSL 18.44º 0.97% 0.61% -
HSV(B) 18.44º 0.76% 0.99% -
XYZ 47.56 34.22 8.37 -
YUV 152.04 76.06 199.3 -
System Red Green Blue C M Y K H S L
Decimal 252 119 60 0 0.53 0.76 0.01 18.44 0.97 0.61
Hex FC 77 3C 0 35 4C 1 12 61 3D
Octal 374 167 74 0 65 114 1 22 141 75
Binary 11111100 1110111 111100 0 110101 1001100 1 10010 1100001 111101

Color Harmonies of #FC773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC773C

Black with #FC773C

Text Example


Text Example

White with #FC773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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