Html Css Color HEX #FCD360 Dandelion

📋 copy color: '#FCD360'

red 252 ◦ green 211 ◦ blue 96

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

Shades of Dandelion #FCD360

Tints of Dandelion #FCD360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.17%

R = 45.08%
G = 37.75%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCD360 (or 0xFCD360) is known color: Dandelion. HEX triplet: FC, D3 and 60. RGB value is (252,211,96). Sum of RGB (Red+Green+Blue) = 252+211+96=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 96 (37.89% from 255 or 17.17% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD360 is #032C9F. Grayscale: #D2D2D2. Windows color (decimal): -208032 or 6345724. OLE color: 6345724.

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

Color convert

RGB 252 211 96 -
CMYK 0 0.16 0.62 0.01
HSL 44.23º 0.96% 0.68% -
HSV(B) 44.23º 0.62% 0.99% -
XYZ 65.55 68.13 20.76 -
YUV 210.15 63.58 157.85 -
System Red Green Blue C M Y K H S L
Decimal 252 211 96 0 0.16 0.62 0.01 44.23 0.96 0.68
Hex FC D3 60 0 10 3E 1 2C 60 44
Octal 374 323 140 0 20 76 1 54 140 104
Binary 11111100 11010011 1100000 0 10000 111110 1 101100 1100000 1000100

Color Harmonies of #FCD360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD360

Black with #FCD360

Text Example


Text Example

White with #FCD360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD360; }

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

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

background-color css

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

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

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

border-color css

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

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

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