#FBE352

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

Shades of Paris Daisy #FBE352

Tints of Paris Daisy #FBE352

Color information

#FBE352 (or 0xFBE352) is unknown color: approx Paris Daisy. HEX triplet: FB, E3 and 52. RGB value is (251,227,82). Sum of RGB (Red+Green+Blue) = 251+227+82=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 82 (32.42% from 255 or 14.64% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBE352 is #041CAD. Grayscale: #DADADA. Windows color (decimal): -269486 or 5432315. OLE color: 5432315.

HSL color Cylindrical-coordinate representation of color #FBE352: hue angle of 51.48º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBE352 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB25122782-
CMYK00.100.670.02
HSL51.48º95.48%65.29%-
HSV(B)51.48º67.33%98.43%-
XYZ68.7876.0619.04-
YUV217.6551.45151.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 227 (89.06% from 255) = 40.54%
BLUE value IS 82 (32.42% from 255) = 14.64%
R=44.82%
G=40.54%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512278200.100.670.0251.4895.4865.29
HexFBE3520A432335f41
Octal373343122012103263137101
Binary111110111110001110100100101010000111011001110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE352; }

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

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

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

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

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

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

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

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