Html Css Color HEX #FCD95D Dandelion

📋 copy color: '#FCD95D'

red 252 ◦ green 217 ◦ blue 93

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

Shades of Dandelion #FCD95D

Tints of Dandelion #FCD95D

RGB

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

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

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

R = 44.84%
G = 38.61%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCD95D (or 0xFCD95D) is known color: Dandelion. HEX triplet: FC, D9 and 5D. RGB value is (252,217,93). Sum of RGB (Red+Green+Blue) = 252+217+93=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 93 (36.72% from 255 or 16.55% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD95D is #0326A2. Grayscale: #D5D5D5. Windows color (decimal): -206499 or 6150652. OLE color: 6150652.

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

Color convert

RGB 252 217 93 -
CMYK 0 0.14 0.63 0.01
HSL 46.79º 0.96% 0.68% -
HSV(B) 46.79º 0.63% 0.99% -
XYZ 66.93 71.11 20.55 -
YUV 213.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 252 217 93 0 0.14 0.63 0.01 46.79 0.96 0.68
Hex FC D9 5D 0 E 3F 1 2F 60 44
Octal 374 331 135 0 16 77 1 57 140 104
Binary 11111100 11011001 1011101 0 1110 111111 1 101111 1100000 1000100

Color Harmonies of #FCD95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD95D

Black with #FCD95D

Text Example


Text Example

White with #FCD95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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