#FEF14A

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

Shades of Paris Daisy #FEF14A

Tints of Paris Daisy #FEF14A

Color information

#FEF14A (or 0xFEF14A) is unknown color: approx Paris Daisy. HEX triplet: FE, F1 and 4A. RGB value is (254,241,74). Sum of RGB (Red+Green+Blue) = 254+241+74=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 74 (29.30% from 255 or 13.01% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF14A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF14A is #010EB5. Grayscale: #E2E2E2. Windows color (decimal): -69302 or 4911614. OLE color: 4911614.

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

Color convert

RGB25424174-
CMYK00.050.710.00
HSL55.67º98.9%64.31%-
HSV(B)55.67º70.87%99.61%-
XYZ73.5684.4818.91-
YUV225.8542.31148.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.64%
GREEN value IS 241 (94.53% from 255) = 42.36%
BLUE value IS 74 (29.30% from 255) = 13.01%
R=44.64%
G=42.36%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542417400.050.710.0055.6798.964.31
HexFEF14A05470386340
Octal37636111205107070143100
Binary1111111011110001100101001011000111011100011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF14A; }

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

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

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

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

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

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

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

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