Html Css Color HEX #FCD95B Dandelion

📋 copy color: '#FCD95B'

red 252 ◦ green 217 ◦ blue 91

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

Shades of Dandelion #FCD95B

Tints of Dandelion #FCD95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.25%

R = 45%
G = 38.75%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCD95B (or 0xFCD95B) is known color: Dandelion. HEX triplet: FC, D9 and 5B. RGB value is (252,217,91). Sum of RGB (Red+Green+Blue) = 252+217+91=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 91 (35.94% from 255 or 16.25% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD95B is #0326A4. Grayscale: #D5D5D5. Windows color (decimal): -206501 or 6019580. OLE color: 6019580.

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

Color convert

RGB 252 217 91 -
CMYK 0 0.14 0.64 0.01
HSL 46.96º 0.96% 0.67% -
HSV(B) 46.96º 0.64% 0.99% -
XYZ 66.85 71.08 20.09 -
YUV 213.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 252 217 91 0 0.14 0.64 0.01 46.96 0.96 0.67
Hex FC D9 5B 0 E 40 1 2F 60 43
Octal 374 331 133 0 16 100 1 57 140 103
Binary 11111100 11011001 1011011 0 1110 1000000 1 101111 1100000 1000011

Color Harmonies of #FCD95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD95B

Black with #FCD95B

Text Example


Text Example

White with #FCD95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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