Html Css Color HEX #FCD55D Dandelion

📋 copy color: '#FCD55D'

red 252 ◦ green 213 ◦ blue 93

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

Shades of Dandelion #FCD55D

Tints of Dandelion #FCD55D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.17%

 BLUE value IS 93 (36.72% from 255) = 16.67%

R = 45.16%
G = 38.17%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCD55D (or 0xFCD55D) is known color: Dandelion. HEX triplet: FC, D5 and 5D. RGB value is (252,213,93). Sum of RGB (Red+Green+Blue) = 252+213+93=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 93 (36.72% from 255 or 16.67% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD55D is #032AA2. Grayscale: #D3D3D3. Windows color (decimal): -207523 or 6149628. OLE color: 6149628.

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

Color convert

RGB 252 213 93 -
CMYK 0 0.15 0.63 0.01
HSL 45.28º 0.96% 0.68% -
HSV(B) 45.28º 0.63% 0.99% -
XYZ 65.91 69.07 20.21 -
YUV 210.98 61.42 157.26 -
System Red Green Blue C M Y K H S L
Decimal 252 213 93 0 0.15 0.63 0.01 45.28 0.96 0.68
Hex FC D5 5D 0 F 3F 1 2D 60 44
Octal 374 325 135 0 17 77 1 55 140 104
Binary 11111100 11010101 1011101 0 1111 111111 1 101101 1100000 1000100

Color Harmonies of #FCD55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD55D

Black with #FCD55D

Text Example


Text Example

White with #FCD55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD55D; }

 p { color: rgb(252,213,93); }

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

background-color css

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

 a { background-color: rgb(252,213,93); }

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

border-color css

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

 span { border-color: rgb(252,213,93); }

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