Html Css Color HEX #FCC96F Grandis

📋 copy color: '#FCC96F'

red 252 ◦ green 201 ◦ blue 111

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

Shades of Grandis #FCC96F

Tints of Grandis #FCC96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.64%

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

R = 44.68%
G = 35.64%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCC96F (or 0xFCC96F) is known color: Grandis. HEX triplet: FC, C9 and 6F. RGB value is (252,201,111). Sum of RGB (Red+Green+Blue) = 252+201+111=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 111 (43.75% from 255 or 19.68% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC96F is #033690. Grayscale: #CECECE. Windows color (decimal): -210577 or 7326204. OLE color: 7326204.

HSL color Cylindrical-coordinate representation of color #FCC96F: hue angle of 38.3º 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 #FCC96F is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 201 111 -
CMYK 0 0.20 0.56 0.01
HSL 38.3º 0.96% 0.71% -
HSV(B) 38.3º 0.56% 0.99% -
XYZ 63.9 63.62 23.95 -
YUV 205.99 74.4 160.82 -
System Red Green Blue C M Y K H S L
Decimal 252 201 111 0 0.20 0.56 0.01 38.3 0.96 0.71
Hex FC C9 6F 0 14 38 1 26 60 47
Octal 374 311 157 0 24 70 1 46 140 107
Binary 11111100 11001001 1101111 0 10100 111000 1 100110 1100000 1000111

Color Harmonies of #FCC96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC96F

Black with #FCC96F

Text Example


Text Example

White with #FCC96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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