Html Css Color HEX #FCD35F Dandelion

📋 copy color: '#FCD35F'

red 252 ◦ green 211 ◦ blue 95

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

Shades of Dandelion #FCD35F

Tints of Dandelion #FCD35F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.81%

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

R = 45.16%
G = 37.81%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCD35F (or 0xFCD35F) is known color: Dandelion. HEX triplet: FC, D3 and 5F. RGB value is (252,211,95). Sum of RGB (Red+Green+Blue) = 252+211+95=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 95 (37.5% from 255 or 17.03% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD35F is #032CA0. Grayscale: #D2D2D2. Windows color (decimal): -208033 or 6280188. OLE color: 6280188.

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

Color convert

RGB 252 211 95 -
CMYK 0 0.16 0.62 0.01
HSL 44.33º 0.96% 0.68% -
HSV(B) 44.33º 0.62% 0.99% -
XYZ 65.5 68.11 20.52 -
YUV 210.04 63.08 157.93 -
System Red Green Blue C M Y K H S L
Decimal 252 211 95 0 0.16 0.62 0.01 44.33 0.96 0.68
Hex FC D3 5F 0 10 3E 1 2C 60 44
Octal 374 323 137 0 20 76 1 54 140 104
Binary 11111100 11010011 1011111 0 10000 111110 1 101100 1100000 1000100

Color Harmonies of #FCD35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD35F

Black with #FCD35F

Text Example


Text Example

White with #FCD35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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