Html Css Color HEX #FCD95E Dandelion

📋 copy color: '#FCD95E'

red 252 ◦ green 217 ◦ blue 94

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

Shades of Dandelion #FCD95E

Tints of Dandelion #FCD95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.7%

R = 44.76%
G = 38.54%
B = 16.7%

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

#FCD95E (or 0xFCD95E) is known color: Dandelion. HEX triplet: FC, D9 and 5E. RGB value is (252,217,94). Sum of RGB (Red+Green+Blue) = 252+217+94=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 94 (37.11% from 255 or 16.70% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD95E is #0326A1. Grayscale: #D5D5D5. Windows color (decimal): -206498 or 6216188. OLE color: 6216188.

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

Color convert

RGB 252 217 94 -
CMYK 0 0.14 0.63 0.01
HSL 46.71º 0.96% 0.68% -
HSV(B) 46.71º 0.63% 0.99% -
XYZ 66.98 71.13 20.79 -
YUV 213.44 60.6 155.5 -
System Red Green Blue C M Y K H S L
Decimal 252 217 94 0 0.14 0.63 0.01 46.71 0.96 0.68
Hex FC D9 5E 0 E 3F 1 2F 60 44
Octal 374 331 136 0 16 77 1 57 140 104
Binary 11111100 11011001 1011110 0 1110 111111 1 101111 1100000 1000100

Color Harmonies of #FCD95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD95E

Black with #FCD95E

Text Example


Text Example

White with #FCD95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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