Html Css Color HEX #FCD558 Dandelion

📋 copy color: '#FCD558'

red 252 ◦ green 213 ◦ blue 88

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

Shades of Dandelion #FCD558

Tints of Dandelion #FCD558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.91%

R = 45.57%
G = 38.52%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCD558 (or 0xFCD558) is known color: Dandelion. HEX triplet: FC, D5 and 58. RGB value is (252,213,88). Sum of RGB (Red+Green+Blue) = 252+213+88=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 88 (34.77% from 255 or 15.91% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD558 is #032AA7. Grayscale: #D2D2D2. Windows color (decimal): -207528 or 5821948. OLE color: 5821948.

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

Color convert

RGB 252 213 88 -
CMYK 0 0.15 0.65 0.01
HSL 45.73º 0.96% 0.67% -
HSV(B) 45.73º 0.65% 0.99% -
XYZ 65.7 68.99 19.09 -
YUV 210.41 58.92 157.66 -
System Red Green Blue C M Y K H S L
Decimal 252 213 88 0 0.15 0.65 0.01 45.73 0.96 0.67
Hex FC D5 58 0 F 41 1 2E 60 43
Octal 374 325 130 0 17 101 1 56 140 103
Binary 11111100 11010101 1011000 0 1111 1000001 1 101110 1100000 1000011

Color Harmonies of #FCD558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD558

Black with #FCD558

Text Example


Text Example

White with #FCD558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD558; }

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

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

background-color css

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

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

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

border-color css

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

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

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