Html Css Color HEX #FCDC5E Dandelion

📋 copy color: '#FCDC5E'

red 252 ◦ green 220 ◦ blue 94

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

Shades of Dandelion #FCDC5E

Tints of Dandelion #FCDC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 16.61%

R = 44.52%
G = 38.87%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCDC5E (or 0xFCDC5E) is known color: Dandelion. HEX triplet: FC, DC and 5E. RGB value is (252,220,94). Sum of RGB (Red+Green+Blue) = 252+220+94=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 94 (37.11% from 255 or 16.61% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC5E is #0323A1. Grayscale: #D7D7D7. Windows color (decimal): -205730 or 6216956. OLE color: 6216956.

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

Color convert

RGB 252 220 94 -
CMYK 0 0.13 0.63 0.01
HSL 47.85º 0.96% 0.68% -
HSV(B) 47.85º 0.63% 0.99% -
XYZ 67.76 72.69 21.05 -
YUV 215.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 252 220 94 0 0.13 0.63 0.01 47.85 0.96 0.68
Hex FC DC 5E 0 D 3F 1 30 60 44
Octal 374 334 136 0 15 77 1 60 140 104
Binary 11111100 11011100 1011110 0 1101 111111 1 110000 1100000 1000100

Color Harmonies of #FCDC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC5E

Black with #FCDC5E

Text Example


Text Example

White with #FCDC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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