Html Css Color HEX #FCD069 Grandis

📋 copy color: '#FCD069'

red 252 ◦ green 208 ◦ blue 105

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

Shades of Grandis #FCD069

Tints of Grandis #FCD069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.58%

R = 44.6%
G = 36.81%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCD069 (or 0xFCD069) is known color: Grandis. HEX triplet: FC, D0 and 69. RGB value is (252,208,105). Sum of RGB (Red+Green+Blue) = 252+208+105=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 105 (41.41% from 255 or 18.58% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD069 is #032F96. Grayscale: #D1D1D1. Windows color (decimal): -208791 or 6934780. OLE color: 6934780.

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

Color convert

RGB 252 208 105 -
CMYK 0 0.17 0.58 0.01
HSL 42.04º 0.96% 0.7% -
HSV(B) 42.04º 0.58% 0.99% -
XYZ 65.25 66.83 22.82 -
YUV 209.41 69.08 158.38 -
System Red Green Blue C M Y K H S L
Decimal 252 208 105 0 0.17 0.58 0.01 42.04 0.96 0.7
Hex FC D0 69 0 11 3A 1 2A 60 46
Octal 374 320 151 0 21 72 1 52 140 106
Binary 11111100 11010000 1101001 0 10001 111010 1 101010 1100000 1000110

Color Harmonies of #FCD069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD069

Black with #FCD069

Text Example


Text Example

White with #FCD069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD069; }

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

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

background-color css

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

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

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

border-color css

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

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

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