Html Css Color HEX #FCDB5D Dandelion

📋 copy color: '#FCDB5D'

red 252 ◦ green 219 ◦ blue 93

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

Shades of Dandelion #FCDB5D

Tints of Dandelion #FCDB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.49%

R = 44.68%
G = 38.83%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCDB5D (or 0xFCDB5D) is known color: Dandelion. HEX triplet: FC, DB and 5D. RGB value is (252,219,93). Sum of RGB (Red+Green+Blue) = 252+219+93=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 93 (36.72% from 255 or 16.49% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB5D is #0324A2. Grayscale: #D7D7D7. Windows color (decimal): -205987 or 6151164. OLE color: 6151164.

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

Color convert

RGB 252 219 93 -
CMYK 0 0.13 0.63 0.01
HSL 47.55º 0.96% 0.68% -
HSV(B) 47.55º 0.63% 0.99% -
XYZ 67.45 72.15 20.73 -
YUV 214.5 59.43 154.75 -
System Red Green Blue C M Y K H S L
Decimal 252 219 93 0 0.13 0.63 0.01 47.55 0.96 0.68
Hex FC DB 5D 0 D 3F 1 30 60 44
Octal 374 333 135 0 15 77 1 60 140 104
Binary 11111100 11011011 1011101 0 1101 111111 1 110000 1100000 1000100

Color Harmonies of #FCDB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB5D

Black with #FCDB5D

Text Example


Text Example

White with #FCDB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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