#F8E94B

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

Shades of Paris Daisy #F8E94B

Tints of Paris Daisy #F8E94B

Color information

#F8E94B (or 0xF8E94B) is unknown color: approx Paris Daisy. HEX triplet: F8, E9 and 4B. RGB value is (248,233,75). Sum of RGB (Red+Green+Blue) = 248+233+75=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 75 (29.69% from 255 or 13.49% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E94B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8E94B is #0716B4. Grayscale: #DCDCDC. Windows color (decimal): -464565 or 4975096. OLE color: 4975096.

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

Color convert

RGB24823375-
CMYK00.060.700.03
HSL54.8º92.51%63.33%-
HSV(B)54.8º69.76%97.25%-
XYZ69.1278.7418.21-
YUV219.4746.47148.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.60%
GREEN value IS 233 (91.41% from 255) = 41.91%
BLUE value IS 75 (29.69% from 255) = 13.49%
R=44.60%
G=41.91%
B=13.49%

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
Decimal2482337500.060.700.0354.892.5163.33
HexF8E94B06463375d3f
Octal3703511130610636713577
Binary1111100011101001100101101101000110111101111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E94B; }

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

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

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

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

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

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

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

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