#FBE349

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

Shades of Paris Daisy #FBE349

Tints of Paris Daisy #FBE349

Color information

#FBE349 (or 0xFBE349) is unknown color: approx Paris Daisy. HEX triplet: FB, E3 and 49. RGB value is (251,227,73). Sum of RGB (Red+Green+Blue) = 251+227+73=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 73 (28.91% from 255 or 13.25% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE349 is #041CB6. Grayscale: #D9D9D9. Windows color (decimal): -269495 or 4842491. OLE color: 4842491.

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

Color convert

RGB25122773-
CMYK00.100.710.02
HSL51.91º95.7%63.53%-
HSV(B)51.91º70.92%98.43%-
XYZ68.4675.9317.35-
YUV216.6246.95152.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.55%
GREEN value IS 227 (89.06% from 255) = 41.20%
BLUE value IS 73 (28.91% from 255) = 13.25%
R=45.55%
G=41.20%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512277300.100.710.0251.9195.763.53
HexFBE3490A472346040
Octal373343111012107264140100
Binary111110111110001110010010101010001111011010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE349; }

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

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

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

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

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

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

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

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