Html Css Color HEX #FCDA5D Dandelion

📋 copy color: '#FCDA5D'

red 252 ◦ green 218 ◦ blue 93

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

Shades of Dandelion #FCDA5D

Tints of Dandelion #FCDA5D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.72%

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

R = 44.76%
G = 38.72%
B = 16.52%

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

#FCDA5D (or 0xFCDA5D) is known color: Dandelion. HEX triplet: FC, DA and 5D. RGB value is (252,218,93). Sum of RGB (Red+Green+Blue) = 252+218+93=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 93 (36.72% from 255 or 16.52% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA5D is #0325A2. Grayscale: #D6D6D6. Windows color (decimal): -206243 or 6150908. OLE color: 6150908.

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

Color convert

RGB 252 218 93 -
CMYK 0 0.13 0.63 0.01
HSL 47.17º 0.96% 0.68% -
HSV(B) 47.17º 0.63% 0.99% -
XYZ 67.19 71.63 20.64 -
YUV 213.92 59.76 155.16 -
System Red Green Blue C M Y K H S L
Decimal 252 218 93 0 0.13 0.63 0.01 47.17 0.96 0.68
Hex FC DA 5D 0 D 3F 1 2F 60 44
Octal 374 332 135 0 15 77 1 57 140 104
Binary 11111100 11011010 1011101 0 1101 111111 1 101111 1100000 1000100

Color Harmonies of #FCDA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA5D

Black with #FCDA5D

Text Example


Text Example

White with #FCDA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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