Html Css Color HEX #FCDB5F Dandelion

📋 copy color: '#FCDB5F'

red 252 ◦ green 219 ◦ blue 95

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

Shades of Dandelion #FCDB5F

Tints of Dandelion #FCDB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.78%

R = 44.52%
G = 38.69%
B = 16.78%

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

#FCDB5F (or 0xFCDB5F) is known color: Dandelion. HEX triplet: FC, DB and 5F. RGB value is (252,219,95). Sum of RGB (Red+Green+Blue) = 252+219+95=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 95 (37.5% from 255 or 16.78% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDB5F is #0324A0. Grayscale: #D7D7D7. Windows color (decimal): -205985 or 6282236. OLE color: 6282236.

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

Color convert

RGB 252 219 95 -
CMYK 0 0.13 0.62 0.01
HSL 47.39º 0.96% 0.68% -
HSV(B) 47.39º 0.62% 0.99% -
XYZ 67.54 72.18 21.2 -
YUV 214.73 60.43 154.58 -
System Red Green Blue C M Y K H S L
Decimal 252 219 95 0 0.13 0.62 0.01 47.39 0.96 0.68
Hex FC DB 5F 0 D 3E 1 2F 60 44
Octal 374 333 137 0 15 76 1 57 140 104
Binary 11111100 11011011 1011111 0 1101 111110 1 101111 1100000 1000100

Color Harmonies of #FCDB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB5F

Black with #FCDB5F

Text Example


Text Example

White with #FCDB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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