Html Css Color HEX #FCD05E Dandelion

📋 copy color: '#FCD05E'

red 252 ◦ green 208 ◦ blue 94

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

Shades of Dandelion #FCD05E

Tints of Dandelion #FCD05E

RGB

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

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

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

R = 45.49%
G = 37.55%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCD05E (or 0xFCD05E) is known color: Dandelion. HEX triplet: FC, D0 and 5E. RGB value is (252,208,94). Sum of RGB (Red+Green+Blue) = 252+208+94=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD05E is #032FA1. Grayscale: #D0D0D0. Windows color (decimal): -208802 or 6213884. OLE color: 6213884.

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

Color convert

RGB 252 208 94 -
CMYK 0 0.17 0.63 0.01
HSL 43.29º 0.96% 0.68% -
HSV(B) 43.29º 0.63% 0.99% -
XYZ 64.72 66.62 20.04 -
YUV 208.16 63.58 159.27 -
System Red Green Blue C M Y K H S L
Decimal 252 208 94 0 0.17 0.63 0.01 43.29 0.96 0.68
Hex FC D0 5E 0 11 3F 1 2B 60 44
Octal 374 320 136 0 21 77 1 53 140 104
Binary 11111100 11010000 1011110 0 10001 111111 1 101011 1100000 1000100

Color Harmonies of #FCD05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD05E

Black with #FCD05E

Text Example


Text Example

White with #FCD05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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