#FFF14E

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

Shades of Paris Daisy #FFF14E

Tints of Paris Daisy #FFF14E

Color information

#FFF14E (or 0xFFF14E) is unknown color: approx Paris Daisy. HEX triplet: FF, F1 and 4E. RGB value is (255,241,78). Sum of RGB (Red+Green+Blue) = 255+241+78=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 78 (30.86% from 255 or 13.59% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF14E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF14E is #000EB1. Grayscale: #E3E3E3. Windows color (decimal): -3762 or 5173759. OLE color: 5173759.

HSL color Cylindrical-coordinate representation of color #FFF14E: hue angle of 55.25º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFF14E is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB25524178-
CMYK00.050.690
HSL55.25º100%65.29%-
HSV(B)55.25º69.41%100%-
XYZ74.0784.7219.66-
YUV226.644.14148.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.43%
GREEN value IS 241 (94.53% from 255) = 41.99%
BLUE value IS 78 (30.86% from 255) = 13.59%
R=44.43%
G=41.99%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552417800.050.69055.2510065.29
HexFFF14E05450376441
Octal37736111605105067144101
Binary1111111111110001100111001011000101011011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF14E; }

 p { color: rgb(255,241,78); }

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

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

 a { background-color: rgb(255,241,78); }

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

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

 span { border-color: rgb(255,241,78); }

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