#FAD368

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

Shades of Dandelion #FAD368

Tints of Dandelion #FAD368

Color information

#FAD368 (or 0xFAD368) is unknown color: approx Dandelion. HEX triplet: FA, D3 and 68. RGB value is (250,211,104). Sum of RGB (Red+Green+Blue) = 250+211+104=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 104 (41.02% from 255 or 18.41% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD368 is #052C97. Grayscale: #D2D2D2. Windows color (decimal): -339096 or 6870010. OLE color: 6870010.

HSL color Cylindrical-coordinate representation of color #FAD368: hue angle of 43.97º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAD368 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB250211104-
CMYK00.160.580.02
HSL43.97º93.59%69.41%-
HSV(B)43.97º58.4%98.04%-
XYZ65.2267.9122.77-
YUV210.4667.92156.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 211 (82.81% from 255) = 37.35%
BLUE value IS 104 (41.02% from 255) = 18.41%
R=44.25%
G=37.35%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021110400.160.580.0243.9793.5969.41
HexFAD3680103A22c5e45
Octal37232315002072254136105
Binary111110101101001111010000100001110101010110010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD368; }

 p { color: rgb(250,211,104); }

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

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

 a { background-color: rgb(250,211,104); }

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

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

 span { border-color: rgb(250,211,104); }

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