Html Css Color HEX #FCC86D Grandis

📋 copy color: '#FCC86D'

red 252 ◦ green 200 ◦ blue 109

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

Shades of Grandis #FCC86D

Tints of Grandis #FCC86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.43%

R = 44.92%
G = 35.65%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCC86D (or 0xFCC86D) is known color: Grandis. HEX triplet: FC, C8 and 6D. RGB value is (252,200,109). Sum of RGB (Red+Green+Blue) = 252+200+109=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC86D is #033792. Grayscale: #CDCDCD. Windows color (decimal): -210835 or 7194876. OLE color: 7194876.

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

Color convert

RGB 252 200 109 -
CMYK 0 0.21 0.57 0.01
HSL 38.18º 0.96% 0.71% -
HSV(B) 38.18º 0.57% 0.99% -
XYZ 63.56 63.11 23.3 -
YUV 205.17 73.73 161.4 -
System Red Green Blue C M Y K H S L
Decimal 252 200 109 0 0.21 0.57 0.01 38.18 0.96 0.71
Hex FC C8 6D 0 15 39 1 26 60 47
Octal 374 310 155 0 25 71 1 46 140 107
Binary 11111100 11001000 1101101 0 10101 111001 1 100110 1100000 1000111

Color Harmonies of #FCC86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC86D

Black with #FCC86D

Text Example


Text Example

White with #FCC86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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