#FCD268

Color #FCD268 Dandelion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dandelion #FCD268

Tints of Dandelion #FCD268

Color information

#FCD268 (or 0xFCD268) is unknown color: approx Dandelion. HEX triplet: FC, D2 and 68. RGB value is (252,210,104). Sum of RGB (Red+Green+Blue) = 252+210+104=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 104 (41.02% from 255 or 18.37% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD268 is #032D97. Grayscale: #D2D2D2. Windows color (decimal): -208280 or 6869756. OLE color: 6869756.

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

Color convert

RGB252210104-
CMYK00.170.590.01
HSL42.97º96.1%69.8%-
HSV(B)42.97º58.73%98.82%-
XYZ65.6967.7922.72-
YUV210.4767.91157.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.52%
GREEN value IS 210 (82.42% from 255) = 37.10%
BLUE value IS 104 (41.02% from 255) = 18.37%
R=44.52%
G=37.10%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221010400.170.590.0142.9796.169.8
HexFCD2680113B12b6046
Octal37432215002173153140106
Binary11111100110100101101000010001111011110101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD268; }

 p { color: rgb(252,210,104); }

 H1.HeaderClassName
 {
   color: #FCD268;
 }
 .AnyTagClassName
 {
   color: #FCD268;
 }
</style>
background-color css

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

 a { background-color: rgb(252,210,104); }

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

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

 span { border-color: rgb(252,210,104); }

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