Html Css Color HEX #FCD05F Dandelion

📋 copy color: '#FCD05F'

red 252 ◦ green 208 ◦ blue 95

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

Shades of Dandelion #FCD05F

Tints of Dandelion #FCD05F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.48%

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

R = 45.41%
G = 37.48%
B = 17.12%

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

#FCD05F (or 0xFCD05F) is known color: Dandelion. HEX triplet: FC, D0 and 5F. RGB value is (252,208,95). Sum of RGB (Red+Green+Blue) = 252+208+95=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 95 (37.5% from 255 or 17.12% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD05F is #032FA0. Grayscale: #D0D0D0. Windows color (decimal): -208801 or 6279420. OLE color: 6279420.

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

Color convert

RGB 252 208 95 -
CMYK 0 0.17 0.62 0.01
HSL 43.18º 0.96% 0.68% -
HSV(B) 43.18º 0.62% 0.99% -
XYZ 64.77 66.63 20.27 -
YUV 208.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 252 208 95 0 0.17 0.62 0.01 43.18 0.96 0.68
Hex FC D0 5F 0 11 3E 1 2B 60 44
Octal 374 320 137 0 21 76 1 53 140 104
Binary 11111100 11010000 1011111 0 10001 111110 1 101011 1100000 1000100

Color Harmonies of #FCD05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD05F

Black with #FCD05F

Text Example


Text Example

White with #FCD05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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