Html Css Color HEX #FCC86F Grandis

📋 copy color: '#FCC86F'

red 252 ◦ green 200 ◦ blue 111

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

Shades of Grandis #FCC86F

Tints of Grandis #FCC86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.72%

R = 44.76%
G = 35.52%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCC86F (or 0xFCC86F) is known color: Grandis. HEX triplet: FC, C8 and 6F. RGB value is (252,200,111). Sum of RGB (Red+Green+Blue) = 252+200+111=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 111 (43.75% from 255 or 19.72% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC86F is #033790. Grayscale: #CDCDCD. Windows color (decimal): -210833 or 7325948. OLE color: 7325948.

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

Color convert

RGB 252 200 111 -
CMYK 0 0.21 0.56 0.01
HSL 37.87º 0.96% 0.71% -
HSV(B) 37.87º 0.56% 0.99% -
XYZ 63.67 63.15 23.87 -
YUV 205.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 252 200 111 0 0.21 0.56 0.01 37.87 0.96 0.71
Hex FC C8 6F 0 15 38 1 26 60 47
Octal 374 310 157 0 25 70 1 46 140 107
Binary 11111100 11001000 1101111 0 10101 111000 1 100110 1100000 1000111

Color Harmonies of #FCC86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC86F

Black with #FCC86F

Text Example


Text Example

White with #FCC86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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