#FBF74A

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

Shades of Paris Daisy #FBF74A

Tints of Paris Daisy #FBF74A

Color information

#FBF74A (or 0xFBF74A) is unknown color: approx Paris Daisy. HEX triplet: FB, F7 and 4A. RGB value is (251,247,74). Sum of RGB (Red+Green+Blue) = 251+247+74=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 74 (29.30% from 255 or 12.94% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF74A is #0408B5. Grayscale: #E5E5E5. Windows color (decimal): -264374 or 4913147. OLE color: 4913147.

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

Color convert

RGB25124774-
CMYK00.020.710.02
HSL58.64º95.68%63.73%-
HSV(B)58.64º70.52%98.43%-
XYZ74.2887.5319.46-
YUV228.4740.83144.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.88%
GREEN value IS 247 (96.88% from 255) = 43.18%
BLUE value IS 74 (29.30% from 255) = 12.94%
R=43.88%
G=43.18%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512477400.020.710.0258.6495.6863.73
HexFBF74A024723b6040
Octal37336711202107273140100
Binary1111101111110111100101001010001111011101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF74A; }

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

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

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

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

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

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

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

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