Html Css Color HEX #FCD45A Dandelion

📋 copy color: '#FCD45A'

red 252 ◦ green 212 ◦ blue 90

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

Shades of Dandelion #FCD45A

Tints of Dandelion #FCD45A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.27%

 BLUE value IS 90 (35.55% from 255) = 16.25%

R = 45.49%
G = 38.27%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCD45A (or 0xFCD45A) is known color: Dandelion. HEX triplet: FC, D4 and 5A. RGB value is (252,212,90). Sum of RGB (Red+Green+Blue) = 252+212+90=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 90 (35.55% from 255 or 16.25% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD45A is #032BA5. Grayscale: #D2D2D2. Windows color (decimal): -207782 or 5952764. OLE color: 5952764.

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

Color convert

RGB 252 212 90 -
CMYK 0 0.16 0.64 0.01
HSL 45.19º 0.96% 0.67% -
HSV(B) 45.19º 0.64% 0.99% -
XYZ 65.53 68.52 19.44 -
YUV 210.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 252 212 90 0 0.16 0.64 0.01 45.19 0.96 0.67
Hex FC D4 5A 0 10 40 1 2D 60 43
Octal 374 324 132 0 20 100 1 55 140 103
Binary 11111100 11010100 1011010 0 10000 1000000 1 101101 1100000 1000011

Color Harmonies of #FCD45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD45A

Black with #FCD45A

Text Example


Text Example

White with #FCD45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD45A; }

 p { color: rgb(252,212,90); }

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

background-color css

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

 a { background-color: rgb(252,212,90); }

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

border-color css

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

 span { border-color: rgb(252,212,90); }

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