Html Css Color HEX #FCC166 Grandis

📋 copy color: '#FCC166'

red 252 ◦ green 193 ◦ blue 102

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

Shades of Grandis #FCC166

Tints of Grandis #FCC166

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.28%

 BLUE value IS 102 (40.23% from 255) = 18.65%

R = 46.07%
G = 35.28%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCC166 (or 0xFCC166) is known color: Grandis. HEX triplet: FC, C1 and 66. RGB value is (252,193,102). Sum of RGB (Red+Green+Blue) = 252+193+102=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC166 is #033E99. Grayscale: #C8C8C8. Windows color (decimal): -212634 or 6734332. OLE color: 6734332.

HSL color Cylindrical-coordinate representation of color #FCC166: hue angle of 36.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCC166 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 193 102 -
CMYK 0 0.23 0.60 0.01
HSL 36.4º 0.96% 0.69% -
HSV(B) 36.4º 0.6% 0.99% -
XYZ 61.61 59.79 20.86 -
YUV 200.27 72.55 164.9 -
System Red Green Blue C M Y K H S L
Decimal 252 193 102 0 0.23 0.60 0.01 36.4 0.96 0.69
Hex FC C1 66 0 17 3C 1 24 60 45
Octal 374 301 146 0 27 74 1 44 140 105
Binary 11111100 11000001 1100110 0 10111 111100 1 100100 1100000 1000101

Color Harmonies of #FCC166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC166

Black with #FCC166

Text Example


Text Example

White with #FCC166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC166; }

 p { color: rgb(252,193,102); }

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

background-color css

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

 a { background-color: rgb(252,193,102); }

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

border-color css

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

 span { border-color: rgb(252,193,102); }

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