Html Css Color HEX #FCD075 Grandis

📋 copy color: '#FCD075'

red 252 ◦ green 208 ◦ blue 117

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

Shades of Grandis #FCD075

Tints of Grandis #FCD075

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.05%

 BLUE value IS 117 (46.09% from 255) = 20.28%

R = 43.67%
G = 36.05%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCD075 (or 0xFCD075) is known color: Grandis. HEX triplet: FC, D0 and 75. RGB value is (252,208,117). Sum of RGB (Red+Green+Blue) = 252+208+117=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 117 (46.09% from 255 or 20.28% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD075 is #032F8A. Grayscale: #D3D3D3. Windows color (decimal): -208779 or 7721212. OLE color: 7721212.

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

Color convert

RGB 252 208 117 -
CMYK 0 0.17 0.54 0.01
HSL 40.44º 0.96% 0.72% -
HSV(B) 40.44º 0.54% 0.99% -
XYZ 65.91 67.09 26.31 -
YUV 210.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 252 208 117 0 0.17 0.54 0.01 40.44 0.96 0.72
Hex FC D0 75 0 11 36 1 28 60 48
Octal 374 320 165 0 21 66 1 50 140 110
Binary 11111100 11010000 1110101 0 10001 110110 1 101000 1100000 1001000

Color Harmonies of #FCD075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD075

Black with #FCD075

Text Example


Text Example

White with #FCD075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD075; }

 p { color: rgb(252,208,117); }

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

background-color css

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

 a { background-color: rgb(252,208,117); }

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

border-color css

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

 span { border-color: rgb(252,208,117); }

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