#FBF047

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

Shades of Paris Daisy #FBF047

Tints of Paris Daisy #FBF047

Color information

#FBF047 (or 0xFBF047) is unknown color: approx Paris Daisy. HEX triplet: FB, F0 and 47. RGB value is (251,240,71). Sum of RGB (Red+Green+Blue) = 251+240+71=562 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.66% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 71 (28.12% from 255 or 12.63% from 562); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF047 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF047 is #040FB8. Grayscale: #E0E0E0. Windows color (decimal): -266169 or 4714747. OLE color: 4714747.

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

Color convert

RGB25124071-
CMYK00.040.720.02
HSL56.33º95.74%63.14%-
HSV(B)56.33º71.71%98.43%-
XYZ72.0883.2818.24-
YUV224.0241.64147.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.66%
GREEN value IS 240 (94.14% from 255) = 42.70%
BLUE value IS 71 (28.12% from 255) = 12.63%
R=44.66%
G=42.70%
B=12.63%

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
Decimal2512407100.040.720.0256.3395.7463.14
HexFBF0470448238603f
Octal3733601070411027014077
Binary1111101111110000100011101001001000101110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF047; }

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

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

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

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

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

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

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

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