#F8EA4B

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

Shades of Paris Daisy #F8EA4B

Tints of Paris Daisy #F8EA4B

Color information

#F8EA4B (or 0xF8EA4B) is unknown color: approx Paris Daisy. HEX triplet: F8, EA and 4B. RGB value is (248,234,75). Sum of RGB (Red+Green+Blue) = 248+234+75=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 75 (29.69% from 255 or 13.46% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EA4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8EA4B is #0715B4. Grayscale: #DCDCDC. Windows color (decimal): -464309 or 4975352. OLE color: 4975352.

HSL color Cylindrical-coordinate representation of color #F8EA4B: hue angle of 55.14º 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 #F8EA4B is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB24823475-
CMYK00.060.700.03
HSL55.14º92.51%63.33%-
HSV(B)55.14º69.76%97.25%-
XYZ69.479.3118.31-
YUV220.0646.14147.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.52%
GREEN value IS 234 (91.80% from 255) = 42.01%
BLUE value IS 75 (29.69% from 255) = 13.46%
R=44.52%
G=42.01%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482347500.060.700.0355.1492.5163.33
HexF8EA4B06463375d3f
Octal3703521130610636713577
Binary1111100011101010100101101101000110111101111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EA4B; }

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

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

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

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

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

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

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

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