#F1F34A

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

Shades of Paris Daisy #F1F34A

Tints of Paris Daisy #F1F34A

Color information

#F1F34A (or 0xF1F34A) is unknown color: approx Paris Daisy. HEX triplet: F1, F3 and 4A. RGB value is (241,243,74). Sum of RGB (Red+Green+Blue) = 241+243+74=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 74 (29.30% from 255 or 13.26% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F34A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F34A is #0E0CB5. Grayscale: #DFDFDF. Windows color (decimal): -920758 or 4912113. OLE color: 4912113.

HSL color Cylindrical-coordinate representation of color #F1F34A: hue angle of 60.71º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1F34A is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24124374-
CMYK0.0100.700.05
HSL60.71º87.56%62.16%-
HSV(B)60.71º69.55%95.29%-
XYZ69.5683.318.89-
YUV223.1443.84140.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.19%
GREEN value IS 243 (95.31% from 255) = 43.55%
BLUE value IS 74 (29.30% from 255) = 13.26%
R=43.19%
G=43.55%
B=13.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241243740.0100.700.0560.7187.5662.16
HexF1F34A104653d583e
Octal3613631121010657513076
Binary111100011111001110010101010001101011111011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F34A; }

 p { color: rgb(241,243,74); }

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

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

 a { background-color: rgb(241,243,74); }

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

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

 span { border-color: rgb(241,243,74); }

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