#FDF145

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

Shades of Paris Daisy #FDF145

Tints of Paris Daisy #FDF145

Color information

#FDF145 (or 0xFDF145) is unknown color: approx Paris Daisy. HEX triplet: FD, F1 and 45. RGB value is (253,241,69). Sum of RGB (Red+Green+Blue) = 253+241+69=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 69 (27.34% from 255 or 12.26% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF145 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF145 is #020EBA. Grayscale: #E1E1E1. Windows color (decimal): -134843 or 4583933. OLE color: 4583933.

HSL color Cylindrical-coordinate representation of color #FDF145: hue angle of 56.09º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDF145 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB25324169-
CMYK00.050.730.01
HSL56.09º97.87%63.14%-
HSV(B)56.09º72.73%99.22%-
XYZ73.0484.2218.04-
YUV224.9839.98147.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.94%
GREEN value IS 241 (94.53% from 255) = 42.81%
BLUE value IS 69 (27.34% from 255) = 12.26%
R=44.94%
G=42.81%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532416900.050.730.0156.0997.8763.14
HexFDF1450549138623f
Octal3753611050511117014277
Binary111111011111000110001010101100100111110001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF145; }

 p { color: rgb(253,241,69); }

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

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

 a { background-color: rgb(253,241,69); }

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

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

 span { border-color: rgb(253,241,69); }

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