#FACE62

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

Shades of Dandelion #FACE62

Tints of Dandelion #FACE62

Color information

#FACE62 (or 0xFACE62) is unknown color: approx Dandelion. HEX triplet: FA, CE and 62. RGB value is (250,206,98). Sum of RGB (Red+Green+Blue) = 250+206+98=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 98 (38.67% from 255 or 17.69% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACE62 is #05319D. Grayscale: #CFCFCF. Windows color (decimal): -340382 or 6475514. OLE color: 6475514.

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

Color convert

RGB25020698-
CMYK00.180.610.02
HSL42.63º93.83%68.24%-
HSV(B)42.63º60.8%98.04%-
XYZ63.765.3520.81-
YUV206.8466.58158.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.13%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 98 (38.67% from 255) = 17.69%
R=45.13%
G=37.18%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502069800.180.610.0242.6393.8368.24
HexFACE620123D22b5e44
Octal37231614202275253136104
Binary111110101100111011000100100101111011010101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACE62; }

 p { color: rgb(250,206,98); }

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

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

 a { background-color: rgb(250,206,98); }

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

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

 span { border-color: rgb(250,206,98); }

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