#F8FB4A

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

Shades of Paris Daisy #F8FB4A

Tints of Paris Daisy #F8FB4A

Color information

#F8FB4A (or 0xF8FB4A) is unknown color: approx Paris Daisy. HEX triplet: F8, FB and 4A. RGB value is (248,251,74). Sum of RGB (Red+Green+Blue) = 248+251+74=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 74 (29.30% from 255 or 12.91% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #F8FB4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FB4A is #0704B5. Grayscale: #E6E6E6. Windows color (decimal): -459958 or 4914168. OLE color: 4914168.

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

Color convert

RGB24825174-
CMYK0.0100.710.02
HSL61.02º95.68%63.73%-
HSV(B)61.02º70.52%98.43%-
XYZ74.4489.4519.82-
YUV229.9240.01140.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.28%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 74 (29.30% from 255) = 12.91%
R=43.28%
G=43.80%
B=12.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal248251740.0100.710.0261.0295.6863.73
HexF8FB4A104723d6040
Octal37037311210107275140100
Binary111110001111101110010101010001111011110111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FB4A; }

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

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

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

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

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

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

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

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