Html Css Color HEX #FCD469 Dandelion

📋 copy color: '#FCD469'

red 252 ◦ green 212 ◦ blue 105

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

Shades of Dandelion #FCD469

Tints of Dandelion #FCD469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.45%

R = 44.29%
G = 37.26%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCD469 (or 0xFCD469) is known color: Dandelion. HEX triplet: FC, D4 and 69. RGB value is (252,212,105). Sum of RGB (Red+Green+Blue) = 252+212+105=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 105 (41.41% from 255 or 18.45% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD469 is #032B96. Grayscale: #D4D4D4. Windows color (decimal): -207767 or 6935804. OLE color: 6935804.

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

Color convert

RGB 252 212 105 -
CMYK 0 0.16 0.58 0.01
HSL 43.67º 0.96% 0.7% -
HSV(B) 43.67º 0.58% 0.99% -
XYZ 66.24 68.8 23.15 -
YUV 211.76 67.75 156.7 -
System Red Green Blue C M Y K H S L
Decimal 252 212 105 0 0.16 0.58 0.01 43.67 0.96 0.7
Hex FC D4 69 0 10 3A 1 2C 60 46
Octal 374 324 151 0 20 72 1 54 140 106
Binary 11111100 11010100 1101001 0 10000 111010 1 101100 1100000 1000110

Color Harmonies of #FCD469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD469

Black with #FCD469

Text Example


Text Example

White with #FCD469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD469; }

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

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

background-color css

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

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

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

border-color css

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

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

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