#FBEA46

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

Shades of Paris Daisy #FBEA46

Tints of Paris Daisy #FBEA46

Color information

#FBEA46 (or 0xFBEA46) is unknown color: approx Paris Daisy. HEX triplet: FB, EA and 46. RGB value is (251,234,70). Sum of RGB (Red+Green+Blue) = 251+234+70=555 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.23% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 70 (27.73% from 255 or 12.61% from 555); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEA46 is #0415B9. Grayscale: #DDDDDD. Windows color (decimal): -267706 or 4647675. OLE color: 4647675.

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

Color convert

RGB25123470-
CMYK00.070.720.02
HSL54.36º95.77%62.94%-
HSV(B)54.36º72.11%98.43%-
XYZ70.3179.817.49-
YUV220.3943.13149.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.23%
GREEN value IS 234 (91.80% from 255) = 42.16%
BLUE value IS 70 (27.73% from 255) = 12.61%
R=45.23%
G=42.16%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512347000.070.720.0254.3695.7762.94
HexFBEA460748236603f
Octal3733521060711026614077
Binary1111101111101010100011001111001000101101101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEA46; }

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

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

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

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

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

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

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

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