#FDFF42

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

Shades of Paris Daisy #FDFF42

Tints of Paris Daisy #FDFF42

Color information

#FDFF42 (or 0xFDFF42) is unknown color: approx Paris Daisy. HEX triplet: FD, FF and 42. RGB value is (253,255,66). Sum of RGB (Red+Green+Blue) = 253+255+66=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 66 (26.17% from 255 or 11.50% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF42 is #0200BD. Grayscale: #E9E9E9. Windows color (decimal): -131262 or 4390909. OLE color: 4390909.

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

Color convert

RGB25325566-
CMYK0.0100.740
HSL60.63º100%62.94%-
HSV(B)60.63º74.12%100%-
XYZ77.2592.818.99-
YUV232.8633.84142.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.08%
GREEN value IS 255 (100% from 255) = 44.43%
BLUE value IS 66 (26.17% from 255) = 11.50%
R=44.08%
G=44.43%
B=11.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal253255660.0100.74060.6310062.94
HexFDFF42104A03d643f
Octal3753771021011207514477
Binary1111110111111111100001010100101001111011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFF42; }

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

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

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

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

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

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

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

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