#FBE650

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

Shades of Paris Daisy #FBE650

Tints of Paris Daisy #FBE650

Color information

#FBE650 (or 0xFBE650) is unknown color: approx Paris Daisy. HEX triplet: FB, E6 and 50. RGB value is (251,230,80). Sum of RGB (Red+Green+Blue) = 251+230+80=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 80 (31.64% from 255 or 14.26% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE650 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBE650 is #0419AF. Grayscale: #DBDBDB. Windows color (decimal): -268720 or 5302011. OLE color: 5302011.

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

Color convert

RGB25123080-
CMYK00.080.680.02
HSL52.63º95.53%64.9%-
HSV(B)52.63º68.13%98.43%-
XYZ69.5377.6818.92-
YUV219.1849.46150.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 230 (90.23% from 255) = 41.00%
BLUE value IS 80 (31.64% from 255) = 14.26%
R=44.74%
G=41.00%
B=14.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512308000.080.680.0252.6395.5364.9
HexFBE65008442356041
Octal373346120010104265140101
Binary111110111110011010100000100010001001011010111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE650; }

 p { color: rgb(251,230,80); }

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

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

 a { background-color: rgb(251,230,80); }

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

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

 span { border-color: rgb(251,230,80); }

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