Html Css Color HEX #FCDB60 Dandelion

📋 copy color: '#FCDB60'

red 252 ◦ green 219 ◦ blue 96

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

Shades of Dandelion #FCDB60

Tints of Dandelion #FCDB60

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.62%

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

R = 44.44%
G = 38.62%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCDB60 (or 0xFCDB60) is known color: Dandelion. HEX triplet: FC, DB and 60. RGB value is (252,219,96). Sum of RGB (Red+Green+Blue) = 252+219+96=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 96 (37.89% from 255 or 16.93% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB60 is #03249F. Grayscale: #D7D7D7. Windows color (decimal): -205984 or 6347772. OLE color: 6347772.

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

Color convert

RGB 252 219 96 -
CMYK 0 0.13 0.62 0.01
HSL 47.31º 0.96% 0.68% -
HSV(B) 47.31º 0.62% 0.99% -
XYZ 67.59 72.2 21.44 -
YUV 214.85 60.93 154.5 -
System Red Green Blue C M Y K H S L
Decimal 252 219 96 0 0.13 0.62 0.01 47.31 0.96 0.68
Hex FC DB 60 0 D 3E 1 2F 60 44
Octal 374 333 140 0 15 76 1 57 140 104
Binary 11111100 11011011 1100000 0 1101 111110 1 101111 1100000 1000100

Color Harmonies of #FCDB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB60

Black with #FCDB60

Text Example


Text Example

White with #FCDB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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