Html Css Color HEX #FCDA5F Dandelion

📋 copy color: '#FCDA5F'

red 252 ◦ green 218 ◦ blue 95

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

Shades of Dandelion #FCDA5F

Tints of Dandelion #FCDA5F

RGB

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

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

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

R = 44.6%
G = 38.58%
B = 16.81%

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

#FCDA5F (or 0xFCDA5F) is known color: Dandelion. HEX triplet: FC, DA and 5F. RGB value is (252,218,95). Sum of RGB (Red+Green+Blue) = 252+218+95=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 95 (37.5% from 255 or 16.81% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA5F is #0325A0. Grayscale: #D6D6D6. Windows color (decimal): -206241 or 6281980. OLE color: 6281980.

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

Color convert

RGB 252 218 95 -
CMYK 0 0.13 0.62 0.01
HSL 47.01º 0.96% 0.68% -
HSV(B) 47.01º 0.62% 0.99% -
XYZ 67.28 71.66 21.11 -
YUV 214.14 60.76 155 -
System Red Green Blue C M Y K H S L
Decimal 252 218 95 0 0.13 0.62 0.01 47.01 0.96 0.68
Hex FC DA 5F 0 D 3E 1 2F 60 44
Octal 374 332 137 0 15 76 1 57 140 104
Binary 11111100 11011010 1011111 0 1101 111110 1 101111 1100000 1000100

Color Harmonies of #FCDA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA5F

Black with #FCDA5F

Text Example


Text Example

White with #FCDA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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