#FBF952

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

Shades of Paris Daisy #FBF952

Tints of Paris Daisy #FBF952

Color information

#FBF952 (or 0xFBF952) is unknown color: approx Paris Daisy. HEX triplet: FB, F9 and 52. RGB value is (251,249,82). Sum of RGB (Red+Green+Blue) = 251+249+82=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 82 (32.42% from 255 or 14.09% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF952 is #0406AD. Grayscale: #E7E7E7. Windows color (decimal): -263854 or 5437947. OLE color: 5437947.

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

Color convert

RGB25124982-
CMYK00.010.670.02
HSL59.29º95.48%65.29%-
HSV(B)59.29º67.33%98.43%-
XYZ75.1888.8721.17-
YUV230.5644.16142.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.13%
GREEN value IS 249 (97.66% from 255) = 42.78%
BLUE value IS 82 (32.42% from 255) = 14.09%
R=43.13%
G=42.78%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512498200.010.670.0259.2995.4865.29
HexFBF952014323b5f41
Octal37337112201103273137101
Binary111110111111100110100100110000111011101110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF952; }

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

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

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

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

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

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

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

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