#FBEE4A

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

Shades of Paris Daisy #FBEE4A

Tints of Paris Daisy #FBEE4A

Color information

#FBEE4A (or 0xFBEE4A) is unknown color: approx Paris Daisy. HEX triplet: FB, EE and 4A. RGB value is (251,238,74). Sum of RGB (Red+Green+Blue) = 251+238+74=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 74 (29.30% from 255 or 13.14% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEE4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEE4A is #0411B5. Grayscale: #DFDFDF. Windows color (decimal): -266678 or 4910843. OLE color: 4910843.

HSL color Cylindrical-coordinate representation of color #FBEE4A: hue angle of 55.59º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FBEE4A is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB25123874-
CMYK00.050.710.02
HSL55.59º95.68%63.73%-
HSV(B)55.59º70.52%98.43%-
XYZ71.5982.1518.56-
YUV223.1943.81147.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.58%
GREEN value IS 238 (93.36% from 255) = 42.27%
BLUE value IS 74 (29.30% from 255) = 13.14%
R=44.58%
G=42.27%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512387400.050.710.0255.5995.6863.73
HexFBEE4A05472386040
Octal37335611205107270140100
Binary11111011111011101001010010110001111011100011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEE4A; }

 p { color: rgb(251,238,74); }

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

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

 a { background-color: rgb(251,238,74); }

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

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

 span { border-color: rgb(251,238,74); }

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