Html Css Color HEX #FCD969 Dandelion

📋 copy color: '#FCD969'

red 252 ◦ green 217 ◦ blue 105

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

Shades of Dandelion #FCD969

Tints of Dandelion #FCD969

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.8%

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

R = 43.9%
G = 37.8%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCD969 (or 0xFCD969) is known color: Dandelion. HEX triplet: FC, D9 and 69. RGB value is (252,217,105). Sum of RGB (Red+Green+Blue) = 252+217+105=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 105 (41.41% from 255 or 18.29% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD969 is #032696. Grayscale: #D7D7D7. Windows color (decimal): -206487 or 6937084. OLE color: 6937084.

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

Color convert

RGB 252 217 105 -
CMYK 0 0.14 0.58 0.01
HSL 45.71º 0.96% 0.7% -
HSV(B) 45.71º 0.58% 0.99% -
XYZ 67.51 71.34 23.58 -
YUV 214.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 252 217 105 0 0.14 0.58 0.01 45.71 0.96 0.7
Hex FC D9 69 0 E 3A 1 2E 60 46
Octal 374 331 151 0 16 72 1 56 140 106
Binary 11111100 11011001 1101001 0 1110 111010 1 101110 1100000 1000110

Color Harmonies of #FCD969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD969

Black with #FCD969

Text Example


Text Example

White with #FCD969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD969; }

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

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

background-color css

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

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

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

border-color css

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

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

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