Html Css Color HEX #FCD96B Dandelion

📋 copy color: '#FCD96B'

red 252 ◦ green 217 ◦ blue 107

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

Shades of Dandelion #FCD96B

Tints of Dandelion #FCD96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.58%

R = 43.75%
G = 37.67%
B = 18.58%

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

#FCD96B (or 0xFCD96B) is known color: Dandelion. HEX triplet: FC, D9 and 6B. RGB value is (252,217,107). Sum of RGB (Red+Green+Blue) = 252+217+107=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 107 (42.19% from 255 or 18.58% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD96B is #032694. Grayscale: #D7D7D7. Windows color (decimal): -206485 or 7068156. OLE color: 7068156.

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

Color convert

RGB 252 217 107 -
CMYK 0 0.14 0.58 0.01
HSL 45.52º 0.96% 0.7% -
HSV(B) 45.52º 0.58% 0.99% -
XYZ 67.61 71.38 24.12 -
YUV 214.93 67.1 154.44 -
System Red Green Blue C M Y K H S L
Decimal 252 217 107 0 0.14 0.58 0.01 45.52 0.96 0.7
Hex FC D9 6B 0 E 3A 1 2E 60 46
Octal 374 331 153 0 16 72 1 56 140 106
Binary 11111100 11011001 1101011 0 1110 111010 1 101110 1100000 1000110

Color Harmonies of #FCD96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD96B

Black with #FCD96B

Text Example


Text Example

White with #FCD96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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