#FBF746

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

Shades of Paris Daisy #FBF746

Tints of Paris Daisy #FBF746

Color information

#FBF746 (or 0xFBF746) is unknown color: approx Paris Daisy. HEX triplet: FB, F7 and 46. RGB value is (251,247,70). Sum of RGB (Red+Green+Blue) = 251+247+70=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 247 (96.88% from 255 or 43.49% from 568); Blue value is 70 (27.73% from 255 or 12.32% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF746 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF746 is #0408B9. Grayscale: #E4E4E4. Windows color (decimal): -264378 or 4651003. OLE color: 4651003.

HSL color Cylindrical-coordinate representation of color #FBF746: hue angle of 58.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FBF746 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB25124770-
CMYK00.020.720.02
HSL58.67º95.77%62.94%-
HSV(B)58.67º72.11%98.43%-
XYZ74.1587.4718.77-
YUV228.0238.83144.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 247 (96.88% from 255) = 43.49%
BLUE value IS 70 (27.73% from 255) = 12.32%
R=44.19%
G=43.49%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512477000.020.720.0258.6795.7762.94
HexFBF746024823b603f
Octal3733671060211027314077
Binary111110111111011110001100101001000101110111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF746; }

 p { color: rgb(251,247,70); }

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

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

 a { background-color: rgb(251,247,70); }

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

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

 span { border-color: rgb(251,247,70); }

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