Html Css Color HEX #FCD15F Dandelion

📋 copy color: '#FCD15F'

red 252 ◦ green 209 ◦ blue 95

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

Shades of Dandelion #FCD15F

Tints of Dandelion #FCD15F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.59%

 BLUE value IS 95 (37.5% from 255) = 17.09%

R = 45.32%
G = 37.59%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCD15F (or 0xFCD15F) is known color: Dandelion. HEX triplet: FC, D1 and 5F. RGB value is (252,209,95). Sum of RGB (Red+Green+Blue) = 252+209+95=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 95 (37.5% from 255 or 17.09% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD15F is #032EA0. Grayscale: #D1D1D1. Windows color (decimal): -208545 or 6279676. OLE color: 6279676.

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

Color convert

RGB 252 209 95 -
CMYK 0 0.17 0.62 0.01
HSL 43.57º 0.96% 0.68% -
HSV(B) 43.57º 0.62% 0.99% -
XYZ 65.01 67.12 20.36 -
YUV 208.86 63.75 158.77 -
System Red Green Blue C M Y K H S L
Decimal 252 209 95 0 0.17 0.62 0.01 43.57 0.96 0.68
Hex FC D1 5F 0 11 3E 1 2C 60 44
Octal 374 321 137 0 21 76 1 54 140 104
Binary 11111100 11010001 1011111 0 10001 111110 1 101100 1100000 1000100

Color Harmonies of #FCD15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD15F

Black with #FCD15F

Text Example


Text Example

White with #FCD15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD15F; }

 p { color: rgb(252,209,95); }

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

background-color css

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

 a { background-color: rgb(252,209,95); }

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

border-color css

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

 span { border-color: rgb(252,209,95); }

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