Html Css Color HEX #FCC96A Grandis

📋 copy color: '#FCC96A'

red 252 ◦ green 201 ◦ blue 106

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

Shades of Grandis #FCC96A

Tints of Grandis #FCC96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.96%

R = 45.08%
G = 35.96%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCC96A (or 0xFCC96A) is known color: Grandis. HEX triplet: FC, C9 and 6A. RGB value is (252,201,106). Sum of RGB (Red+Green+Blue) = 252+201+106=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 201 (78.91% from 255 or 35.96% from 559); Blue value is 106 (41.80% from 255 or 18.96% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC96A is #033695. Grayscale: #CDCDCD. Windows color (decimal): -210582 or 6998524. OLE color: 6998524.

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

Color convert

RGB 252 201 106 -
CMYK 0 0.20 0.58 0.01
HSL 39.04º 0.96% 0.7% -
HSV(B) 39.04º 0.58% 0.99% -
XYZ 63.63 63.51 22.54 -
YUV 205.42 71.9 161.22 -
System Red Green Blue C M Y K H S L
Decimal 252 201 106 0 0.20 0.58 0.01 39.04 0.96 0.7
Hex FC C9 6A 0 14 3A 1 27 60 46
Octal 374 311 152 0 24 72 1 47 140 106
Binary 11111100 11001001 1101010 0 10100 111010 1 100111 1100000 1000110

Color Harmonies of #FCC96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC96A

Black with #FCC96A

Text Example


Text Example

White with #FCC96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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