#F8EB4B

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

Shades of Paris Daisy #F8EB4B

Tints of Paris Daisy #F8EB4B

Color information

#F8EB4B (or 0xF8EB4B) is unknown color: approx Paris Daisy. HEX triplet: F8, EB and 4B. RGB value is (248,235,75). Sum of RGB (Red+Green+Blue) = 248+235+75=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 75 (29.69% from 255 or 13.44% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EB4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8EB4B is #0714B4. Grayscale: #DDDDDD. Windows color (decimal): -464053 or 4975608. OLE color: 4975608.

HSL color Cylindrical-coordinate representation of color #F8EB4B: hue angle of 55.49º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8EB4B is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB24823575-
CMYK00.050.700.03
HSL55.49º92.51%63.33%-
HSV(B)55.49º69.76%97.25%-
XYZ69.6979.8818.4-
YUV220.6545.81147.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.44%
GREEN value IS 235 (92.19% from 255) = 42.11%
BLUE value IS 75 (29.69% from 255) = 13.44%
R=44.44%
G=42.11%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482357500.050.700.0355.4992.5163.33
HexF8EB4B05463375d3f
Octal3703531130510636713577
Binary1111100011101011100101101011000110111101111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EB4B; }

 p { color: rgb(248,235,75); }

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

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

 a { background-color: rgb(248,235,75); }

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

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

 span { border-color: rgb(248,235,75); }

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