Html Css Color HEX #FCD05D Dandelion

📋 copy color: '#FCD05D'

red 252 ◦ green 208 ◦ blue 93

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

Shades of Dandelion #FCD05D

Tints of Dandelion #FCD05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.82%

R = 45.57%
G = 37.61%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCD05D (or 0xFCD05D) is known color: Dandelion. HEX triplet: FC, D0 and 5D. RGB value is (252,208,93). Sum of RGB (Red+Green+Blue) = 252+208+93=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD05D is #032FA2. Grayscale: #D0D0D0. Windows color (decimal): -208803 or 6148348. OLE color: 6148348.

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

Color convert

RGB 252 208 93 -
CMYK 0 0.17 0.63 0.01
HSL 43.4º 0.96% 0.68% -
HSV(B) 43.4º 0.63% 0.99% -
XYZ 64.68 66.6 19.8 -
YUV 208.05 63.08 159.35 -
System Red Green Blue C M Y K H S L
Decimal 252 208 93 0 0.17 0.63 0.01 43.4 0.96 0.68
Hex FC D0 5D 0 11 3F 1 2B 60 44
Octal 374 320 135 0 21 77 1 53 140 104
Binary 11111100 11010000 1011101 0 10001 111111 1 101011 1100000 1000100

Color Harmonies of #FCD05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD05D

Black with #FCD05D

Text Example


Text Example

White with #FCD05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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