#F8D45E

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

Shades of Dandelion #F8D45E

Tints of Dandelion #F8D45E

Color information

#F8D45E (or 0xF8D45E) is unknown color: approx Dandelion. HEX triplet: F8, D4 and 5E. RGB value is (248,212,94). Sum of RGB (Red+Green+Blue) = 248+212+94=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 94 (37.11% from 255 or 16.97% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D45E is #072BA1. Grayscale: #D1D1D1. Windows color (decimal): -469922 or 6214904. OLE color: 6214904.

HSL color Cylindrical-coordinate representation of color #F8D45E: hue angle of 45.97º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8D45E is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB24821294-
CMYK00.150.620.03
HSL45.97º91.67%67.06%-
HSV(B)45.97º62.1%97.25%-
XYZ64.2867.8520.3-
YUV209.3162.93155.59-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.77%
GREEN value IS 212 (83.20% from 255) = 38.27%
BLUE value IS 94 (37.11% from 255) = 16.97%
R=44.77%
G=38.27%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482129400.150.620.0345.9791.6767.06
HexF8D45E0F3E32e5c43
Octal37032413601776356134103
Binary11111000110101001011110011111111101110111010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D45E; }

 p { color: rgb(248,212,94); }

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

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

 a { background-color: rgb(248,212,94); }

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

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

 span { border-color: rgb(248,212,94); }

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