#FBEA50

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

Shades of Paris Daisy #FBEA50

Tints of Paris Daisy #FBEA50

Color information

#FBEA50 (or 0xFBEA50) is unknown color: approx Paris Daisy. HEX triplet: FB, EA and 50. RGB value is (251,234,80). Sum of RGB (Red+Green+Blue) = 251+234+80=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 80 (31.64% from 255 or 14.16% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBEA50 is #0415AF. Grayscale: #DEDEDE. Windows color (decimal): -267696 or 5303035. OLE color: 5303035.

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

Color convert

RGB25123480-
CMYK00.070.680.02
HSL54.04º95.53%64.9%-
HSV(B)54.04º68.13%98.43%-
XYZ70.6579.9319.29-
YUV221.5348.13149.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.42%
GREEN value IS 234 (91.80% from 255) = 41.42%
BLUE value IS 80 (31.64% from 255) = 14.16%
R=44.42%
G=41.42%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512348000.070.680.0254.0495.5364.9
HexFBEA5007442366041
Octal37335212007104266140101
Binary11111011111010101010000011110001001011011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEA50; }

 p { color: rgb(251,234,80); }

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

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

 a { background-color: rgb(251,234,80); }

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

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

 span { border-color: rgb(251,234,80); }

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