#FBF04C

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

Shades of Paris Daisy #FBF04C

Tints of Paris Daisy #FBF04C

Color information

#FBF04C (or 0xFBF04C) is unknown color: approx Paris Daisy. HEX triplet: FB, F0 and 4C. RGB value is (251,240,76). Sum of RGB (Red+Green+Blue) = 251+240+76=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 76 (30.08% from 255 or 13.40% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF04C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF04C is #040FB3. Grayscale: #E1E1E1. Windows color (decimal): -266164 or 5042427. OLE color: 5042427.

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

Color convert

RGB25124076-
CMYK00.040.700.02
HSL56.23º95.63%64.12%-
HSV(B)56.23º69.72%98.43%-
XYZ72.2583.3519.12-
YUV224.5944.14146.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.27%
GREEN value IS 240 (94.14% from 255) = 42.33%
BLUE value IS 76 (30.08% from 255) = 13.40%
R=44.27%
G=42.33%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512407600.040.700.0256.2395.6364.12
HexFBF04C04462386040
Octal37336011404106270140100
Binary11111011111100001001100010010001101011100011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF04C; }

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

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

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

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

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

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

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

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