Html Css Color HEX #FCD46F Grandis

📋 copy color: '#FCD46F'

red 252 ◦ green 212 ◦ blue 111

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

Shades of Grandis #FCD46F

Tints of Grandis #FCD46F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.87%

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

R = 43.83%
G = 36.87%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCD46F (or 0xFCD46F) is known color: Grandis. HEX triplet: FC, D4 and 6F. RGB value is (252,212,111). Sum of RGB (Red+Green+Blue) = 252+212+111=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 111 (43.75% from 255 or 19.30% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD46F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD46F is #032B90. Grayscale: #D4D4D4. Windows color (decimal): -207761 or 7329020. OLE color: 7329020.

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

Color convert

RGB 252 212 111 -
CMYK 0 0.16 0.56 0.01
HSL 42.98º 0.96% 0.71% -
HSV(B) 42.98º 0.56% 0.99% -
XYZ 66.56 68.93 24.84 -
YUV 212.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 252 212 111 0 0.16 0.56 0.01 42.98 0.96 0.71
Hex FC D4 6F 0 10 38 1 2B 60 47
Octal 374 324 157 0 20 70 1 53 140 107
Binary 11111100 11010100 1101111 0 10000 111000 1 101011 1100000 1000111

Color Harmonies of #FCD46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD46F

Black with #FCD46F

Text Example


Text Example

White with #FCD46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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