Html Css Color HEX #FCCD6A Grandis

📋 copy color: '#FCCD6A'

red 252 ◦ green 205 ◦ blue 106

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

Shades of Grandis #FCCD6A

Tints of Grandis #FCCD6A

RGB

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

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

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

R = 44.76%
G = 36.41%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCCD6A (or 0xFCCD6A) is known color: Grandis. HEX triplet: FC, CD and 6A. RGB value is (252,205,106). Sum of RGB (Red+Green+Blue) = 252+205+106=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 106 (41.80% from 255 or 18.83% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD6A is #033295. Grayscale: #D0D0D0. Windows color (decimal): -209558 or 6999548. OLE color: 6999548.

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

Color convert

RGB 252 205 106 -
CMYK 0 0.19 0.58 0.01
HSL 40.68º 0.96% 0.7% -
HSV(B) 40.68º 0.58% 0.99% -
XYZ 64.58 65.4 22.86 -
YUV 207.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 252 205 106 0 0.19 0.58 0.01 40.68 0.96 0.7
Hex FC CD 6A 0 13 3A 1 29 60 46
Octal 374 315 152 0 23 72 1 51 140 106
Binary 11111100 11001101 1101010 0 10011 111010 1 101001 1100000 1000110

Color Harmonies of #FCCD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD6A

Black with #FCCD6A

Text Example


Text Example

White with #FCCD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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