Html Css Color HEX #FCD35B Dandelion

📋 copy color: '#FCD35B'

red 252 ◦ green 211 ◦ blue 91

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

Shades of Dandelion #FCD35B

Tints of Dandelion #FCD35B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.09%

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

R = 45.49%
G = 38.09%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCD35B (or 0xFCD35B) is known color: Dandelion. HEX triplet: FC, D3 and 5B. RGB value is (252,211,91). Sum of RGB (Red+Green+Blue) = 252+211+91=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 91 (35.94% from 255 or 16.43% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD35B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD35B is #032CA4. Grayscale: #D2D2D2. Windows color (decimal): -208037 or 6018044. OLE color: 6018044.

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

Color convert

RGB 252 211 91 -
CMYK 0 0.16 0.64 0.01
HSL 44.72º 0.96% 0.67% -
HSV(B) 44.72º 0.64% 0.99% -
XYZ 65.33 68.04 19.59 -
YUV 209.58 61.08 158.26 -
System Red Green Blue C M Y K H S L
Decimal 252 211 91 0 0.16 0.64 0.01 44.72 0.96 0.67
Hex FC D3 5B 0 10 40 1 2D 60 43
Octal 374 323 133 0 20 100 1 55 140 103
Binary 11111100 11010011 1011011 0 10000 1000000 1 101101 1100000 1000011

Color Harmonies of #FCD35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD35B

Black with #FCD35B

Text Example


Text Example

White with #FCD35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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