#F3F14A

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

Shades of Paris Daisy #F3F14A

Tints of Paris Daisy #F3F14A

Color information

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

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

Color convert

RGB24324174-
CMYK00.010.700.05
HSL59.29º87.56%62.16%-
HSV(B)59.29º69.55%95.29%-
XYZ69.6582.4618.72-
YUV222.5644.16142.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432417400.010.700.0559.2987.5662.16
HexF3F14A014653b583e
Octal3633611120110657313076
Binary111100111111000110010100110001101011110111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F14A; }

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

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

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

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

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

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

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

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