#FDFB41

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

Shades of Paris Daisy #FDFB41

Tints of Paris Daisy #FDFB41

Color information

#FDFB41 (or 0xFDFB41) is unknown color: approx Paris Daisy. HEX triplet: FD, FB and 41. RGB value is (253,251,65). Sum of RGB (Red+Green+Blue) = 253+251+65=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 65 (25.78% from 255 or 11.42% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB41 is #0204BE. Grayscale: #E7E7E7. Windows color (decimal): -132287 or 4324349. OLE color: 4324349.

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

Color convert

RGB25325165-
CMYK00.010.740.01
HSL59.36º97.92%62.35%-
HSV(B)59.36º74.31%99.22%-
XYZ75.9690.2618.42-
YUV230.3934.66144.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.46%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 65 (25.78% from 255) = 11.42%
R=44.46%
G=44.11%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532516500.010.740.0159.3697.9262.35
HexFDFB41014A13b623e
Octal3753731010111217314276
Binary1111110111111011100000101100101011110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFB41; }

 p { color: rgb(253,251,65); }

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

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

 a { background-color: rgb(253,251,65); }

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

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

 span { border-color: rgb(253,251,65); }

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