Html Css Color HEX #FCC863 Grandis

📋 copy color: '#FCC863'

red 252 ◦ green 200 ◦ blue 99

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

Shades of Grandis #FCC863

Tints of Grandis #FCC863

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.3%

 BLUE value IS 99 (39.06% from 255) = 17.97%

R = 45.74%
G = 36.3%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCC863 (or 0xFCC863) is known color: Grandis. HEX triplet: FC, C8 and 63. RGB value is (252,200,99). Sum of RGB (Red+Green+Blue) = 252+200+99=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 99 (39.06% from 255 or 17.97% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC863 is #03379C. Grayscale: #CCCCCC. Windows color (decimal): -210845 or 6539516. OLE color: 6539516.

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

Color convert

RGB 252 200 99 -
CMYK 0 0.21 0.61 0.01
HSL 39.61º 0.96% 0.69% -
HSV(B) 39.61º 0.61% 0.99% -
XYZ 63.05 62.9 20.62 -
YUV 204.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 252 200 99 0 0.21 0.61 0.01 39.61 0.96 0.69
Hex FC C8 63 0 15 3D 1 28 60 45
Octal 374 310 143 0 25 75 1 50 140 105
Binary 11111100 11001000 1100011 0 10101 111101 1 101000 1100000 1000101

Color Harmonies of #FCC863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC863

Black with #FCC863

Text Example


Text Example

White with #FCC863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC863; }

 p { color: rgb(252,200,99); }

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

background-color css

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

 a { background-color: rgb(252,200,99); }

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

border-color css

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

 span { border-color: rgb(252,200,99); }

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