#fffb3f

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

Shades of Paris Daisy #FFFB3F

Tints of Paris Daisy #FFFB3F

Color information

#FFFB3F (or 0xFFFB3F) is unknown color: approx Paris Daisy. HEX triplet: FF, FB and 3F. RGB value is (255,251,63). Sum of RGB (Red+Green+Blue) = 255+251+63=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 63 (25% from 255 or 11.07% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFB3F is #0004C0. Grayscale: #E7E7E7. Windows color (decimal): -1217 or 4193279. OLE color: 4193279.

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

Color convert

RGB25525163-
CMYK00.020.750
HSL58.75º100%62.35%-
HSV(B)58.75º75.29%100%-
XYZ76.6390.6118.15-
YUV230.7633.33145.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 63 (25% from 255) = 11.07%
R=44.82%
G=44.11%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552516300.020.75058.7510062.35
HexFFFB3F024B03b643e
Octal377373770211307314476
Binary1111111111111011111111010100101101110111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fffb3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fffb3f; }

 p { color: rgb(255,251,63); }

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

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

 a { background-color: rgb(255,251,63); }

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

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

 span { border-color: rgb(255,251,63); }

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