Html Css Color HEX #FC763F Burnt Orange

📋 copy color: '#FC763F'

red 252 ◦ green 118 ◦ blue 63

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

Shades of Burnt Orange #FC763F

Tints of Burnt Orange #FC763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.25%

 BLUE value IS 63 (25% from 255) = 14.55%

R = 58.2%
G = 27.25%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC763F (or 0xFC763F) is known color: Burnt Orange. HEX triplet: FC, 76 and 3F. RGB value is (252,118,63). Sum of RGB (Red+Green+Blue) = 252+118+63=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC763F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC763F is #0389C0. Grayscale: #989898. Windows color (decimal): -231873 or 4159228. OLE color: 4159228.

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

Color convert

RGB 252 118 63 -
CMYK 0 0.53 0.75 0.01
HSL 17.46º 0.97% 0.62% -
HSV(B) 17.46º 0.75% 0.99% -
XYZ 47.52 34.01 8.76 -
YUV 151.8 77.89 199.47 -
System Red Green Blue C M Y K H S L
Decimal 252 118 63 0 0.53 0.75 0.01 17.46 0.97 0.62
Hex FC 76 3F 0 35 4B 1 11 61 3E
Octal 374 166 77 0 65 113 1 21 141 76
Binary 11111100 1110110 111111 0 110101 1001011 1 10001 1100001 111110

Color Harmonies of #FC763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC763F

Black with #FC763F

Text Example


Text Example

White with #FC763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC763F; }

 p { color: rgb(252,118,63); }

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

background-color css

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

 a { background-color: rgb(252,118,63); }

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

border-color css

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

 span { border-color: rgb(252,118,63); }

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