Html Css Color HEX #FCD35E Dandelion

📋 copy color: '#FCD35E'

red 252 ◦ green 211 ◦ blue 94

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

Shades of Dandelion #FCD35E

Tints of Dandelion #FCD35E

RGB

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

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

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

R = 45.24%
G = 37.88%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCD35E (or 0xFCD35E) is known color: Dandelion. HEX triplet: FC, D3 and 5E. RGB value is (252,211,94). Sum of RGB (Red+Green+Blue) = 252+211+94=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 94 (37.11% from 255 or 16.88% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD35E is #032CA1. Grayscale: #D2D2D2. Windows color (decimal): -208034 or 6214652. OLE color: 6214652.

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

Color convert

RGB 252 211 94 -
CMYK 0 0.16 0.63 0.01
HSL 44.43º 0.96% 0.68% -
HSV(B) 44.43º 0.63% 0.99% -
XYZ 65.46 68.09 20.28 -
YUV 209.92 62.58 158.01 -
System Red Green Blue C M Y K H S L
Decimal 252 211 94 0 0.16 0.63 0.01 44.43 0.96 0.68
Hex FC D3 5E 0 10 3F 1 2C 60 44
Octal 374 323 136 0 20 77 1 54 140 104
Binary 11111100 11010011 1011110 0 10000 111111 1 101100 1100000 1000100

Color Harmonies of #FCD35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD35E

Black with #FCD35E

Text Example


Text Example

White with #FCD35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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