#FBF24C

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

Shades of Paris Daisy #FBF24C

Tints of Paris Daisy #FBF24C

Color information

#FBF24C (or 0xFBF24C) is unknown color: approx Paris Daisy. HEX triplet: FB, F2 and 4C. RGB value is (251,242,76). Sum of RGB (Red+Green+Blue) = 251+242+76=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 76 (30.08% from 255 or 13.36% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF24C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF24C is #040DB3. Grayscale: #E2E2E2. Windows color (decimal): -265652 or 5042939. OLE color: 5042939.

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

Color convert

RGB25124276-
CMYK00.040.700.02
HSL56.91º95.63%64.12%-
HSV(B)56.91º69.72%98.43%-
XYZ72.8484.5419.32-
YUV225.7743.48146-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.11%
GREEN value IS 242 (94.92% from 255) = 42.53%
BLUE value IS 76 (30.08% from 255) = 13.36%
R=44.11%
G=42.53%
B=13.36%

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
Decimal2512427600.040.700.0256.9195.6364.12
HexFBF24C04462396040
Octal37336211404106271140100
Binary11111011111100101001100010010001101011100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF24C; }

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

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

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

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

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

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

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

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