#FBEF46

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

Shades of Paris Daisy #FBEF46

Tints of Paris Daisy #FBEF46

Color information

#FBEF46 (or 0xFBEF46) is unknown color: approx Paris Daisy. HEX triplet: FB, EF and 46. RGB value is (251,239,70). Sum of RGB (Red+Green+Blue) = 251+239+70=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 70 (27.73% from 255 or 12.5% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEF46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEF46 is #0410B9. Grayscale: #E0E0E0. Windows color (decimal): -266426 or 4648955. OLE color: 4648955.

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

Color convert

RGB25123970-
CMYK00.050.720.02
HSL56.02º95.77%62.94%-
HSV(B)56.02º72.11%98.43%-
XYZ71.7682.6817.97-
YUV223.3241.48147.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.82%
GREEN value IS 239 (93.75% from 255) = 42.68%
BLUE value IS 70 (27.73% from 255) = 12.5%
R=44.82%
G=42.68%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512397000.050.720.0256.0295.7762.94
HexFBEF460548238603f
Octal3733571060511027014077
Binary1111101111101111100011001011001000101110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEF46; }

 p { color: rgb(251,239,70); }

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

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

 a { background-color: rgb(251,239,70); }

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

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

 span { border-color: rgb(251,239,70); }

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