Html Css Color HEX #FC773B Burnt Orange

📋 copy color: '#FC773B'

red 252 ◦ green 119 ◦ blue 59

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

Shades of Burnt Orange #FC773B

Tints of Burnt Orange #FC773B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.72%

R = 58.6%
G = 27.67%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC773B (or 0xFC773B) is known color: Burnt Orange. HEX triplet: FC, 77 and 3B. RGB value is (252,119,59). Sum of RGB (Red+Green+Blue) = 252+119+59=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC773B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC773B is #0388C4. Grayscale: #989898. Windows color (decimal): -231621 or 3897340. OLE color: 3897340.

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

Color convert

RGB 252 119 59 -
CMYK 0 0.53 0.77 0.01
HSL 18.65º 0.97% 0.61% -
HSV(B) 18.65º 0.77% 0.99% -
XYZ 47.53 34.2 8.23 -
YUV 151.93 75.56 199.38 -
System Red Green Blue C M Y K H S L
Decimal 252 119 59 0 0.53 0.77 0.01 18.65 0.97 0.61
Hex FC 77 3B 0 35 4D 1 13 61 3D
Octal 374 167 73 0 65 115 1 23 141 75
Binary 11111100 1110111 111011 0 110101 1001101 1 10011 1100001 111101

Color Harmonies of #FC773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC773B

Black with #FC773B

Text Example


Text Example

White with #FC773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC773B; }

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

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

background-color css

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

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

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

border-color css

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

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

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