Html Css Color HEX #FCD45F Dandelion

📋 copy color: '#FCD45F'

red 252 ◦ green 212 ◦ blue 95

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

Shades of Dandelion #FCD45F

Tints of Dandelion #FCD45F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.92%

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

R = 45.08%
G = 37.92%
B = 16.99%

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

#FCD45F (or 0xFCD45F) is known color: Dandelion. HEX triplet: FC, D4 and 5F. RGB value is (252,212,95). Sum of RGB (Red+Green+Blue) = 252+212+95=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 95 (37.5% from 255 or 16.99% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD45F is #032BA0. Grayscale: #D3D3D3. Windows color (decimal): -207777 or 6280444. OLE color: 6280444.

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

Color convert

RGB 252 212 95 -
CMYK 0 0.16 0.62 0.01
HSL 44.71º 0.96% 0.68% -
HSV(B) 44.71º 0.62% 0.99% -
XYZ 65.75 68.61 20.6 -
YUV 210.62 62.75 157.51 -
System Red Green Blue C M Y K H S L
Decimal 252 212 95 0 0.16 0.62 0.01 44.71 0.96 0.68
Hex FC D4 5F 0 10 3E 1 2D 60 44
Octal 374 324 137 0 20 76 1 55 140 104
Binary 11111100 11010100 1011111 0 10000 111110 1 101101 1100000 1000100

Color Harmonies of #FCD45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD45F

Black with #FCD45F

Text Example


Text Example

White with #FCD45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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