Html Css Color HEX #FCD45B Dandelion

📋 copy color: '#FCD45B'

red 252 ◦ green 212 ◦ blue 91

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

Shades of Dandelion #FCD45B

Tints of Dandelion #FCD45B

RGB

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

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

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

R = 45.41%
G = 38.2%
B = 16.4%

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

#FCD45B (or 0xFCD45B) is known color: Dandelion. HEX triplet: FC, D4 and 5B. RGB value is (252,212,91). Sum of RGB (Red+Green+Blue) = 252+212+91=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 91 (35.94% from 255 or 16.40% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD45B is #032BA4. Grayscale: #D2D2D2. Windows color (decimal): -207781 or 6018300. OLE color: 6018300.

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

Color convert

RGB 252 212 91 -
CMYK 0 0.16 0.64 0.01
HSL 45.09º 0.96% 0.67% -
HSV(B) 45.09º 0.64% 0.99% -
XYZ 65.58 68.54 19.67 -
YUV 210.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 252 212 91 0 0.16 0.64 0.01 45.09 0.96 0.67
Hex FC D4 5B 0 10 40 1 2D 60 43
Octal 374 324 133 0 20 100 1 55 140 103
Binary 11111100 11010100 1011011 0 10000 1000000 1 101101 1100000 1000011

Color Harmonies of #FCD45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD45B

Black with #FCD45B

Text Example


Text Example

White with #FCD45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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