#F9E14C

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

Shades of Paris Daisy #F9E14C

Tints of Paris Daisy #F9E14C

Color information

#F9E14C (or 0xF9E14C) is unknown color: approx Paris Daisy. HEX triplet: F9, E1 and 4C. RGB value is (249,225,76). Sum of RGB (Red+Green+Blue) = 249+225+76=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 76 (30.08% from 255 or 13.82% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E14C is #061EB3. Grayscale: #D7D7D7. Windows color (decimal): -401076 or 5038585. OLE color: 5038585.

HSL color Cylindrical-coordinate representation of color #F9E14C: hue angle of 51.68º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F9E14C is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB24922576-
CMYK00.100.690.02
HSL51.68º93.51%63.73%-
HSV(B)51.68º69.48%97.65%-
XYZ67.374.5117.67-
YUV215.1949.45152.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.27%
GREEN value IS 225 (88.28% from 255) = 40.91%
BLUE value IS 76 (30.08% from 255) = 13.82%
R=45.27%
G=40.91%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492257600.100.690.0251.6893.5163.73
HexF9E14C0A452345e40
Octal371341114012105264136100
Binary111110011110000110011000101010001011011010010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E14C; }

 p { color: rgb(249,225,76); }

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

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

 a { background-color: rgb(249,225,76); }

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

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

 span { border-color: rgb(249,225,76); }

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