#FBEA4A

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

Shades of Paris Daisy #FBEA4A

Tints of Paris Daisy #FBEA4A

Color information

#FBEA4A (or 0xFBEA4A) is unknown color: approx Paris Daisy. HEX triplet: FB, EA and 4A. RGB value is (251,234,74). Sum of RGB (Red+Green+Blue) = 251+234+74=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 74 (29.30% from 255 or 13.24% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEA4A is #0415B5. Grayscale: #DDDDDD. Windows color (decimal): -267702 or 4909819. OLE color: 4909819.

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

Color convert

RGB25123474-
CMYK00.070.710.02
HSL54.24º95.68%63.73%-
HSV(B)54.24º70.52%98.43%-
XYZ70.4479.8518.18-
YUV220.8445.13149.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.90%
GREEN value IS 234 (91.80% from 255) = 41.86%
BLUE value IS 74 (29.30% from 255) = 13.24%
R=44.90%
G=41.86%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512347400.070.710.0254.2495.6863.73
HexFBEA4A07472366040
Octal37335211207107266140100
Binary11111011111010101001010011110001111011011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEA4A; }

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

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

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

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

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

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

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

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