#F9EB4B

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

Shades of Paris Daisy #F9EB4B

Tints of Paris Daisy #F9EB4B

Color information

#F9EB4B (or 0xF9EB4B) is unknown color: approx Paris Daisy. HEX triplet: F9, EB and 4B. RGB value is (249,235,75). Sum of RGB (Red+Green+Blue) = 249+235+75=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 75 (29.69% from 255 or 13.42% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EB4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9EB4B is #0614B4. Grayscale: #DDDDDD. Windows color (decimal): -398517 or 4975609. OLE color: 4975609.

HSL color Cylindrical-coordinate representation of color #F9EB4B: hue angle of 55.17º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9EB4B is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB24923575-
CMYK00.060.700.02
HSL55.17º93.55%63.53%-
HSV(B)55.17º69.88%97.65%-
XYZ70.0580.0618.42-
YUV220.9545.64148.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.54%
GREEN value IS 235 (92.19% from 255) = 42.04%
BLUE value IS 75 (29.69% from 255) = 13.42%
R=44.54%
G=42.04%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492357500.060.700.0255.1793.5563.53
HexF9EB4B06462375e40
Octal37135311306106267136100
Binary11111001111010111001011011010001101011011110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EB4B; }

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

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

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

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

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

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

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

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