#FBE146

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

Shades of Paris Daisy #FBE146

Tints of Paris Daisy #FBE146

Color information

#FBE146 (or 0xFBE146) is unknown color: approx Paris Daisy. HEX triplet: FB, E1 and 46. RGB value is (251,225,70). Sum of RGB (Red+Green+Blue) = 251+225+70=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 70 (27.73% from 255 or 12.82% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE146 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE146 is #041EB9. Grayscale: #D7D7D7. Windows color (decimal): -270010 or 4645371. OLE color: 4645371.

HSL color Cylindrical-coordinate representation of color #FBE146: hue angle of 51.38º 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 #FBE146 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB25122570-
CMYK00.100.720.02
HSL51.38º95.77%62.94%-
HSV(B)51.38º72.11%98.43%-
XYZ67.8174.816.66-
YUV215.146.11153.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.97%
GREEN value IS 225 (88.28% from 255) = 41.21%
BLUE value IS 70 (27.73% from 255) = 12.82%
R=45.97%
G=41.21%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512257000.100.720.0251.3895.7762.94
HexFBE1460A48233603f
Octal37334110601211026314077
Binary11111011111000011000110010101001000101100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE146; }

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

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

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

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

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

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

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

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