#FBE351

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

Shades of Paris Daisy #FBE351

Tints of Paris Daisy #FBE351

Color information

#FBE351 (or 0xFBE351) is unknown color: approx Paris Daisy. HEX triplet: FB, E3 and 51. RGB value is (251,227,81). Sum of RGB (Red+Green+Blue) = 251+227+81=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 81 (32.03% from 255 or 14.49% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE351 is #041CAE. Grayscale: #DADADA. Windows color (decimal): -269487 or 5366779. OLE color: 5366779.

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

Color convert

RGB25122781-
CMYK00.100.680.02
HSL51.53º95.51%65.1%-
HSV(B)51.53º67.73%98.43%-
XYZ68.7476.0418.84-
YUV217.5350.95151.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.90%
GREEN value IS 227 (89.06% from 255) = 40.61%
BLUE value IS 81 (32.03% from 255) = 14.49%
R=44.90%
G=40.61%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512278100.100.680.0251.5395.5165.1
HexFBE3510A442346041
Octal373343121012104264140101
Binary111110111110001110100010101010001001011010011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE351; }

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

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

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

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

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

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

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

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