#FBE449

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

Shades of Paris Daisy #FBE449

Tints of Paris Daisy #FBE449

Color information

#FBE449 (or 0xFBE449) is unknown color: approx Paris Daisy. HEX triplet: FB, E4 and 49. RGB value is (251,228,73). Sum of RGB (Red+Green+Blue) = 251+228+73=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 73 (28.91% from 255 or 13.22% from 552); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE449 is #041BB6. Grayscale: #D9D9D9. Windows color (decimal): -269239 or 4842747. OLE color: 4842747.

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

Color convert

RGB25122873-
CMYK00.090.710.02
HSL52.25º95.7%63.53%-
HSV(B)52.25º70.92%98.43%-
XYZ68.7376.4817.44-
YUV217.2146.62152.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.47%
GREEN value IS 228 (89.45% from 255) = 41.30%
BLUE value IS 73 (28.91% from 255) = 13.22%
R=45.47%
G=41.30%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512287300.090.710.0252.2595.763.53
HexFBE44909472346040
Octal373344111011107264140100
Binary111110111110010010010010100110001111011010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE449; }

 p { color: rgb(251,228,73); }

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

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

 a { background-color: rgb(251,228,73); }

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

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

 span { border-color: rgb(251,228,73); }

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