Html Css Color HEX #FCD55B Dandelion

📋 copy color: '#FCD55B'

red 252 ◦ green 213 ◦ blue 91

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

Shades of Dandelion #FCD55B

Tints of Dandelion #FCD55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.37%

R = 45.32%
G = 38.31%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCD55B (or 0xFCD55B) is known color: Dandelion. HEX triplet: FC, D5 and 5B. RGB value is (252,213,91). Sum of RGB (Red+Green+Blue) = 252+213+91=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 91 (35.94% from 255 or 16.37% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD55B is #032AA4. Grayscale: #D3D3D3. Windows color (decimal): -207525 or 6018556. OLE color: 6018556.

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

Color convert

RGB 252 213 91 -
CMYK 0 0.15 0.64 0.01
HSL 45.47º 0.96% 0.67% -
HSV(B) 45.47º 0.64% 0.99% -
XYZ 65.83 69.04 19.75 -
YUV 210.75 60.42 157.42 -
System Red Green Blue C M Y K H S L
Decimal 252 213 91 0 0.15 0.64 0.01 45.47 0.96 0.67
Hex FC D5 5B 0 F 40 1 2D 60 43
Octal 374 325 133 0 17 100 1 55 140 103
Binary 11111100 11010101 1011011 0 1111 1000000 1 101101 1100000 1000011

Color Harmonies of #FCD55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD55B

Black with #FCD55B

Text Example


Text Example

White with #FCD55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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