#FBF046

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

Shades of Paris Daisy #FBF046

Tints of Paris Daisy #FBF046

Color information

#FBF046 (or 0xFBF046) is unknown color: approx Paris Daisy. HEX triplet: FB, F0 and 46. RGB value is (251,240,70). Sum of RGB (Red+Green+Blue) = 251+240+70=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 70 (27.73% from 255 or 12.48% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF046 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF046 is #040FB9. Grayscale: #E0E0E0. Windows color (decimal): -266170 or 4649211. OLE color: 4649211.

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

Color convert

RGB25124070-
CMYK00.040.720.02
HSL56.35º95.77%62.94%-
HSV(B)56.35º72.11%98.43%-
XYZ72.0583.2718.07-
YUV223.9141.14147.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.74%
GREEN value IS 240 (94.14% from 255) = 42.78%
BLUE value IS 70 (27.73% from 255) = 12.48%
R=44.74%
G=42.78%
B=12.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512407000.040.720.0256.3595.7762.94
HexFBF0460448238603f
Octal3733601060411027014077
Binary1111101111110000100011001001001000101110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF046; }

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

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

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

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

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

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

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

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