Html Css Color HEX #FCC66F Grandis

📋 copy color: '#FCC66F'

red 252 ◦ green 198 ◦ blue 111

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

Shades of Grandis #FCC66F

Tints of Grandis #FCC66F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.29%

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

R = 44.92%
G = 35.29%
B = 19.79%

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

#FCC66F (or 0xFCC66F) is known color: Grandis. HEX triplet: FC, C6 and 6F. RGB value is (252,198,111). Sum of RGB (Red+Green+Blue) = 252+198+111=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 111 (43.75% from 255 or 19.79% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC66F is #033990. Grayscale: #CCCCCC. Windows color (decimal): -211345 or 7325436. OLE color: 7325436.

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

Color convert

RGB 252 198 111 -
CMYK 0 0.21 0.56 0.01
HSL 37.02º 0.96% 0.71% -
HSV(B) 37.02º 0.56% 0.99% -
XYZ 63.21 62.23 23.72 -
YUV 204.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 252 198 111 0 0.21 0.56 0.01 37.02 0.96 0.71
Hex FC C6 6F 0 15 38 1 25 60 47
Octal 374 306 157 0 25 70 1 45 140 107
Binary 11111100 11000110 1101111 0 10101 111000 1 100101 1100000 1000111

Color Harmonies of #FCC66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC66F

Black with #FCC66F

Text Example


Text Example

White with #FCC66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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