#FFFE42

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

Shades of Paris Daisy #FFFE42

Tints of Paris Daisy #FFFE42

Color information

#FFFE42 (or 0xFFFE42) is unknown color: approx Paris Daisy. HEX triplet: FF, FE and 42. RGB value is (255,254,66). Sum of RGB (Red+Green+Blue) = 255+254+66=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 66 (26.17% from 255 or 11.48% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE42 is #0001BD. Grayscale: #E9E9E9. Windows color (decimal): -446 or 4390655. OLE color: 4390655.

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

Color convert

RGB25525466-
CMYK00.000.740
HSL59.68º100%62.94%-
HSV(B)59.68º74.12%100%-
XYZ77.6792.5418.92-
YUV232.8733.83143.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 254 (99.61% from 255) = 44.17%
BLUE value IS 66 (26.17% from 255) = 11.48%
R=44.35%
G=44.17%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552546600.000.74059.6810062.94
HexFFFE42004A03c643f
Octal3773761020011207414477
Binary1111111111111110100001000100101001111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFE42; }

 p { color: rgb(255,254,66); }

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

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

 a { background-color: rgb(255,254,66); }

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

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

 span { border-color: rgb(255,254,66); }

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