#FAFB48

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

Shades of Paris Daisy #FAFB48

Tints of Paris Daisy #FAFB48

Color information

#FAFB48 (or 0xFAFB48) is unknown color: approx Paris Daisy. HEX triplet: FA, FB and 48. RGB value is (250,251,72). Sum of RGB (Red+Green+Blue) = 250+251+72=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 72 (28.52% from 255 or 12.57% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFB48 is #0504B7. Grayscale: #E7E7E7. Windows color (decimal): -328888 or 4783098. OLE color: 4783098.

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

Color convert

RGB25025172-
CMYK0.0000.710.02
HSL60.34º95.72%63.33%-
HSV(B)60.34º71.31%98.43%-
XYZ75.0989.7919.5-
YUV230.338.67142.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.63%
GREEN value IS 251 (98.44% from 255) = 43.80%
BLUE value IS 72 (28.52% from 255) = 12.57%
R=43.63%
G=43.80%
B=12.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250251720.0000.710.0260.3495.7263.33
HexFAFB48004723c603f
Octal3723731100010727414077
Binary11111010111110111001000001000111101111001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFB48; }

 p { color: rgb(250,251,72); }

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

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

 a { background-color: rgb(250,251,72); }

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

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

 span { border-color: rgb(250,251,72); }

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