#FBF14C

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

Shades of Paris Daisy #FBF14C

Tints of Paris Daisy #FBF14C

Color information

#FBF14C (or 0xFBF14C) is unknown color: approx Paris Daisy. HEX triplet: FB, F1 and 4C. RGB value is (251,241,76). Sum of RGB (Red+Green+Blue) = 251+241+76=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 76 (30.08% from 255 or 13.38% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF14C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF14C is #040EB3. Grayscale: #E1E1E1. Windows color (decimal): -265908 or 5042683. OLE color: 5042683.

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

Color convert

RGB25124176-
CMYK00.040.700.02
HSL56.57º95.63%64.12%-
HSV(B)56.57º69.72%98.43%-
XYZ72.5483.9419.22-
YUV225.1843.81146.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.19%
GREEN value IS 241 (94.53% from 255) = 42.43%
BLUE value IS 76 (30.08% from 255) = 13.38%
R=44.19%
G=42.43%
B=13.38%

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
Decimal2512417600.040.700.0256.5795.6364.12
HexFBF14C04462396040
Octal37336111404106271140100
Binary11111011111100011001100010010001101011100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF14C; }

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

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

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

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

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

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

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

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