Html Css Color HEX #FCDA5B Dandelion

📋 copy color: '#FCDA5B'

red 252 ◦ green 218 ◦ blue 91

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

Shades of Dandelion #FCDA5B

Tints of Dandelion #FCDA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.22%

R = 44.92%
G = 38.86%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCDA5B (or 0xFCDA5B) is known color: Dandelion. HEX triplet: FC, DA and 5B. RGB value is (252,218,91). Sum of RGB (Red+Green+Blue) = 252+218+91=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 91 (35.94% from 255 or 16.22% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDA5B is #0325A4. Grayscale: #D6D6D6. Windows color (decimal): -206245 or 6019836. OLE color: 6019836.

HSL color Cylindrical-coordinate representation of color #FCDA5B: hue angle of 47.33º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCDA5B is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 218 91 -
CMYK 0 0.13 0.64 0.01
HSL 47.33º 0.96% 0.67% -
HSV(B) 47.33º 0.64% 0.99% -
XYZ 67.1 71.59 20.18 -
YUV 213.69 58.76 155.33 -
System Red Green Blue C M Y K H S L
Decimal 252 218 91 0 0.13 0.64 0.01 47.33 0.96 0.67
Hex FC DA 5B 0 D 40 1 2F 60 43
Octal 374 332 133 0 15 100 1 57 140 103
Binary 11111100 11011010 1011011 0 1101 1000000 1 101111 1100000 1000011

Color Harmonies of #FCDA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA5B

Black with #FCDA5B

Text Example


Text Example

White with #FCDA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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