Html Css Color HEX #FCDC5F Dandelion

📋 copy color: '#FCDC5F'

red 252 ◦ green 220 ◦ blue 95

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

Shades of Dandelion #FCDC5F

Tints of Dandelion #FCDC5F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.8%

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

R = 44.44%
G = 38.8%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCDC5F (or 0xFCDC5F) is known color: Dandelion. HEX triplet: FC, DC and 5F. RGB value is (252,220,95). Sum of RGB (Red+Green+Blue) = 252+220+95=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 95 (37.5% from 255 or 16.75% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC5F is #0323A0. Grayscale: #D7D7D7. Windows color (decimal): -205729 or 6282492. OLE color: 6282492.

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

Color convert

RGB 252 220 95 -
CMYK 0 0.13 0.62 0.01
HSL 47.77º 0.96% 0.68% -
HSV(B) 47.77º 0.62% 0.99% -
XYZ 67.8 72.71 21.29 -
YUV 215.32 60.1 154.16 -
System Red Green Blue C M Y K H S L
Decimal 252 220 95 0 0.13 0.62 0.01 47.77 0.96 0.68
Hex FC DC 5F 0 D 3E 1 30 60 44
Octal 374 334 137 0 15 76 1 60 140 104
Binary 11111100 11011100 1011111 0 1101 111110 1 110000 1100000 1000100

Color Harmonies of #FCDC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC5F

Black with #FCDC5F

Text Example


Text Example

White with #FCDC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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