Html Css Color HEX #FCD760 Dandelion

📋 copy color: '#FCD760'

red 252 ◦ green 215 ◦ blue 96

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

Shades of Dandelion #FCD760

Tints of Dandelion #FCD760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.19%

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

R = 44.76%
G = 38.19%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCD760 (or 0xFCD760) is known color: Dandelion. HEX triplet: FC, D7 and 60. RGB value is (252,215,96). Sum of RGB (Red+Green+Blue) = 252+215+96=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 96 (37.89% from 255 or 17.05% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD760 is #03289F. Grayscale: #D5D5D5. Windows color (decimal): -207008 or 6346748. OLE color: 6346748.

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

Color convert

RGB 252 215 96 -
CMYK 0 0.15 0.62 0.01
HSL 45.77º 0.96% 0.68% -
HSV(B) 45.77º 0.62% 0.99% -
XYZ 66.56 70.14 21.1 -
YUV 212.5 62.26 156.18 -
System Red Green Blue C M Y K H S L
Decimal 252 215 96 0 0.15 0.62 0.01 45.77 0.96 0.68
Hex FC D7 60 0 F 3E 1 2E 60 44
Octal 374 327 140 0 17 76 1 56 140 104
Binary 11111100 11010111 1100000 0 1111 111110 1 101110 1100000 1000100

Color Harmonies of #FCD760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD760

Black with #FCD760

Text Example


Text Example

White with #FCD760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD760; }

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

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

background-color css

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

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

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

border-color css

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

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

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