Html Css Color HEX #FCCD6E Grandis

📋 copy color: '#FCCD6E'

red 252 ◦ green 205 ◦ blue 110

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

Shades of Grandis #FCCD6E

Tints of Grandis #FCCD6E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.16%

 BLUE value IS 110 (43.36% from 255) = 19.4%

R = 44.44%
G = 36.16%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCCD6E (or 0xFCCD6E) is known color: Grandis. HEX triplet: FC, CD and 6E. RGB value is (252,205,110). Sum of RGB (Red+Green+Blue) = 252+205+110=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 110 (43.36% from 255 or 19.40% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD6E is #033291. Grayscale: #D0D0D0. Windows color (decimal): -209554 or 7261692. OLE color: 7261692.

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

Color convert

RGB 252 205 110 -
CMYK 0 0.19 0.56 0.01
HSL 40.14º 0.96% 0.71% -
HSV(B) 40.14º 0.56% 0.99% -
XYZ 64.79 65.48 23.98 -
YUV 208.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 252 205 110 0 0.19 0.56 0.01 40.14 0.96 0.71
Hex FC CD 6E 0 13 38 1 28 60 47
Octal 374 315 156 0 23 70 1 50 140 107
Binary 11111100 11001101 1101110 0 10011 111000 1 101000 1100000 1000111

Color Harmonies of #FCCD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD6E

Black with #FCCD6E

Text Example


Text Example

White with #FCCD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD6E; }

 p { color: rgb(252,205,110); }

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

background-color css

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

 a { background-color: rgb(252,205,110); }

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

border-color css

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

 span { border-color: rgb(252,205,110); }

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